dip/go.mod

30 lines
956 B
Modula-2
Raw Permalink 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 (
github.com/labstack/echo/v4 v4.8.0
github.com/mattn/go-colorable v0.1.13 // indirect
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 // indirect
golang.org/x/sys v0.0.0-20220817070843-5a390386f1f2 // indirect
2021-11-12 12:28:10 +01:00
golang.org/x/text v0.3.7 // 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.14.2
github.com/likexian/whois-parser v1.24.1
github.com/oschwald/geoip2-golang v1.8.0
2021-11-12 12:28:10 +01:00
)
2021-08-30 19:51:04 +02:00
require (
2021-11-12 12:28:10 +01:00
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/labstack/gommon v0.3.1 // indirect
github.com/likexian/gokit v0.25.9 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/oschwald/maxminddb-golang v1.10.0 // 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
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
2021-08-30 19:51:04 +02:00
)