dip/go.mod

16 lines
481 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
2020-05-24 18:42:01 +02:00
go 1.14
2019-12-22 18:20:45 +01:00
require (
2020-05-24 18:42:01 +02:00
github.com/gobuffalo/packr/v2 v2.8.0
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/labstack/echo/v4 v4.1.16
github.com/likexian/whois-go v1.6.1
github.com/likexian/whois-parser-go v1.14.4
github.com/sirupsen/logrus v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
2020-08-01 19:09:09 +02:00
gopkg.in/yaml.v2 v2.2.7 // indirect
2019-12-22 18:20:45 +01:00
)