First commit
This commit is contained in:
commit
82bba66fd6
30 changed files with 2176 additions and 0 deletions
18
go.mod
Normal file
18
go.mod
Normal file
|
@ -0,0 +1,18 @@
|
|||
module ecodash
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/gofiber/fiber/v2 v2.37.1
|
||||
github.com/gofiber/template v1.7.1
|
||||
github.com/robfig/cron/v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.4 // indirect
|
||||
github.com/klauspost/compress v1.15.0 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/valyala/fasthttp v1.40.0 // indirect
|
||||
github.com/valyala/tcplisten v1.0.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue