mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 15:03:38 +00:00
17 lines
341 B
Modula-2
17 lines
341 B
Modula-2
module github.com/davegallant/rfd-fyi
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.11.5
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/rs/zerolog v1.34.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
)
|