dip/go.mod

41 lines
1.6 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
2020-12-04 20:58:53 +01:00
github.com/labstack/echo/v4 v4.1.17
github.com/likexian/whois-go v1.7.2
github.com/likexian/whois-parser-go v1.15.1
github.com/mattn/go-colorable v0.1.8 // 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-04-07 11:28:20 +02:00
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
2021-08-30 20:06:40 +02:00
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
2021-04-07 11:28:20 +02:00
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
2021-08-30 20:06:40 +02:00
golang.org/x/text v0.3.5 // indirect
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
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
2021-08-30 20:06:40 +02:00
github.com/gobuffalo/logger v1.0.4 // indirect
2021-08-30 19:51:04 +02:00
github.com/gobuffalo/packd v1.0.0 // indirect
2021-08-30 20:06:40 +02:00
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2021-08-30 19:51:04 +02:00
github.com/labstack/gommon v0.3.0 // indirect
github.com/likexian/gokit v0.23.3 // indirect
github.com/markbates/errx v1.1.0 // indirect
github.com/markbates/oncer v1.0.0 // indirect
github.com/markbates/safe v1.0.1 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
2021-08-30 20:06:40 +02: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-08-30 20:06:40 +02:00
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/tools v0.1.2 // indirect
2021-08-30 19:51:04 +02:00
)