Files
rfd-fyi/backend/go.mod
2022-08-21 14:35:43 +00:00

16 lines
332 B
Modula-2

module github.com/davegallant/rfd-fyi
go 1.18
require (
github.com/gorilla/mux v1.8.0
github.com/joho/godotenv v1.4.0
github.com/rs/zerolog v1.27.0
)
require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
)