Files
directdnsonly-go/go.mod
2024-01-17 15:56:44 +13:00

38 lines
1.3 KiB
Modula-2

module github.com/guisea/directdnsonly
go 1.20
require (
github.com/labstack/echo/v4 v4.11.4
github.com/labstack/gommon v0.4.2
github.com/neko-neko/echo-logrus/v2 v2.0.2
github.com/sirupsen/logrus v1.4.1
github.com/spf13/viper v1.3.2
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/magiconair/properties v1.8.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)