dip/go.mod

18 lines
627 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-11-18 23:26:21 +01:00
github.com/gobuffalo/packr/v2 v2.8.1
2020-11-18 22:48:09 +01:00
github.com/karrick/godirwalk v1.16.1 // indirect
2020-05-24 18:42:01 +02:00
github.com/labstack/echo/v4 v4.1.16
2020-08-01 19:18:13 +02:00
github.com/likexian/whois-go v1.7.1
github.com/likexian/whois-parser-go v1.14.5
2020-11-18 22:48:09 +01:00
github.com/rogpeppe/go-internal v1.6.2 // indirect
2020-11-18 23:26:21 +01:00
github.com/sirupsen/logrus v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
2020-11-18 23:29:30 +01:00
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
2020-11-18 23:26:21 +01:00
golang.org/x/sys v0.0.0-20201118182958-a01c418693c7 // indirect
2019-12-22 18:20:45 +01:00
)