dip/go.mod

27 lines
1.1 KiB
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-12-04 20:58:53 +01:00
go 1.15
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-12-04 20:58:53 +01:00
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo/v4 v4.1.17
github.com/likexian/whois-go v1.7.2
github.com/likexian/whois-parser-go v1.15.1
github.com/mattn/go-colorable v0.1.8 // indirect
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-12-04 20:58:53 +01:00
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/sys v0.0.0-20201202213521-69691e467435 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/text v0.3.4 // indirect
2020-12-04 21:16:27 +01:00
golang.org/x/tools v0.0.0-20201204162204-73cf035baebf // indirect
2020-12-04 20:58:53 +01:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
2019-12-22 18:20:45 +01:00
)