dip/go.mod

18 lines
606 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
2020-11-18 23:34:12 +01:00
github.com/spf13/cobra v1.1.1 // indirect
2020-11-18 23:26:21 +01:00
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/sys v0.0.0-20201118182958-a01c418693c7 // indirect
2020-11-18 23:34:12 +01:00
golang.org/x/tools v0.0.0-20201118215654-4d9c4f8a78b0 // indirect
2019-12-22 18:20:45 +01:00
)