2019-12-22 18:20:45 +01:00
|
|
|
module dip
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-01-19 17:30:10 +01:00
|
|
|
github.com/gobuffalo/packr v1.30.1
|
2019-12-22 18:20:45 +01:00
|
|
|
github.com/labstack/echo/v4 v4.1.11
|
|
|
|
github.com/likexian/whois-go v1.3.1
|
|
|
|
github.com/likexian/whois-parser-go v1.10.2
|
|
|
|
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
)
|