dip/go.mod

28 lines
906 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
2024-04-28 13:08:01 +02:00
go 1.22
2021-08-30 19:51:04 +02:00
2021-11-12 12:28:10 +01:00
require (
2023-10-01 12:03:44 +02:00
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
2024-04-28 13:08:01 +02:00
github.com/labstack/echo/v4 v4.12.0
2024-05-11 18:24:09 +02:00
github.com/likexian/whois v1.15.3
github.com/likexian/whois-parser v1.24.18
github.com/oschwald/geoip2-golang v1.11.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
2024-04-28 13:08:01 +02:00
github.com/labstack/gommon v0.4.2 // indirect
github.com/likexian/gokit v0.25.15 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/oschwald/maxminddb-golang v1.13.1 // 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
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
2024-04-28 13:08:01 +02:00
golang.org/x/time v0.5.0 // indirect
2021-08-30 19:51:04 +02:00
)