all logic for simple endpoint
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
module github.com/talksik/email-collect
|
||||
|
||||
go 1.21.1
|
||||
|
||||
require (
|
||||
github.com/gofiber/fiber v1.14.6
|
||||
github.com/mattn/go-sqlite3 v1.14.17
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.0 // indirect
|
||||
github.com/gofiber/utils v0.0.10 // indirect
|
||||
github.com/gorilla/schema v1.1.0 // indirect
|
||||
github.com/klauspost/compress v1.10.7 // indirect
|
||||
github.com/mattn/go-colorable v0.1.7 // indirect
|
||||
github.com/mattn/go-isatty v0.0.12 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/valyala/fasthttp v1.16.0 // indirect
|
||||
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a // indirect
|
||||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user