dip/go.mod

30 lines
845 B
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
2022-11-02 17:53:50 +01:00
go 1.19
2019-12-22 18:20:45 +01:00
require (
2023-01-14 20:50:39 +01:00
github.com/labstack/echo/v4 v4.10.0
github.com/mattn/go-colorable v0.1.13 // indirect
2023-01-14 20:50:39 +01:00
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // 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 (
2022-12-17 17:57:23 +01:00
github.com/likexian/whois v1.14.4
github.com/likexian/whois-parser v1.24.2
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
2022-11-02 17:50:56 +01:00
github.com/labstack/gommon v0.4.0 // indirect
github.com/likexian/gokit v0.25.9 // indirect
2023-01-14 20:50:39 +01:00
github.com/mattn/go-isatty v0.0.17 // 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
2022-11-02 17:50:56 +01:00
github.com/valyala/fasttemplate v1.2.2 // indirect
2023-01-14 20:50:39 +01:00
golang.org/x/net v0.5.0 // indirect
2022-12-17 17:57:23 +01:00
golang.org/x/time v0.3.0 // indirect
2021-08-30 19:51:04 +02:00
)