dip/go.mod

26 lines
1016 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-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
2021-04-07 11:28:20 +02:00
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cobra v1.1.3 // indirect
2020-12-04 20:58:53 +01:00
github.com/stretchr/testify v1.6.1 // indirect
2021-04-07 11:28:20 +02:00
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
2020-12-04 20:58:53 +01:00
golang.org/x/text v0.3.4 // indirect
2021-04-07 11:28:20 +02:00
golang.org/x/tools v0.1.0 // indirect
2020-12-04 20:58:53 +01:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
2019-12-22 18:20:45 +01:00
)