dip/go.mod

47 lines
1.8 KiB
Modula-2
Raw Normal View History

2020-01-26 17:12:47 +01:00
module git.paulbsd.com/paulbsd/dip
2019-12-22 18:20:45 +01:00
2021-08-30 19:51:04 +02:00
go 1.17
2019-12-22 18:20:45 +01:00
require (
2020-11-18 23:26:21 +01:00
github.com/gobuffalo/packr/v2 v2.8.1
2020-11-18 22:48:09 +01:00
github.com/karrick/godirwalk v1.16.1 // indirect
2021-11-12 12:28:10 +01:00
github.com/labstack/echo/v4 v4.6.1
github.com/likexian/whois-parser-go v1.15.1 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
2021-04-07 11:28:20 +02:00
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
2021-08-30 20:06:40 +02:00
github.com/stretchr/testify v1.7.0 // indirect
2021-11-12 12:28:10 +01:00
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
2021-04-07 11:28:20 +02:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
2021-11-12 12:28:10 +01:00
golang.org/x/sys v0.0.0-20211111213525-f221eed1c01e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
2021-08-30 20:06:40 +02:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2019-12-22 18:20:45 +01:00
)
2021-08-30 19:51:04 +02:00
2021-11-12 12:28:10 +01:00
require (
github.com/likexian/whois v1.12.4
github.com/likexian/whois-parser v1.22.0
)
2021-08-30 19:51:04 +02:00
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
2021-11-12 12:28:10 +01:00
github.com/gobuffalo/logger v1.0.6 // indirect
github.com/gobuffalo/packd v1.0.1 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
2021-11-12 12:34:35 +01:00
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2021-11-12 12:28:10 +01:00
github.com/labstack/gommon v0.3.1 // indirect
github.com/likexian/gokit v0.25.6 // indirect
2021-08-30 19:51:04 +02:00
github.com/markbates/errx v1.1.0 // indirect
github.com/markbates/oncer v1.0.0 // indirect
github.com/markbates/safe v1.0.1 // indirect
2021-11-12 12:28:10 +01:00
github.com/mattn/go-isatty v0.0.14 // indirect
2021-11-12 12:34:35 +01:00
github.com/spf13/cobra v1.2.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
2021-08-30 19:51:04 +02:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
2021-11-12 12:28:10 +01:00
golang.org/x/net v0.0.0-20211111160137-58aab5ef257a // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
2021-11-12 12:34:35 +01:00
golang.org/x/tools v0.1.7 // indirect
2021-08-30 19:51:04 +02:00
)