1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-10-18 14:24:20 +00:00
go_helpers/go.mod
Knut Ahlers 65531362a6
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-02-06 22:42:07 +01:00

23 lines
887 B
Modula-2

module github.com/Luzifer/go_helpers/v2
go 1.15
require (
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/kr/text v0.2.0 // indirect
github.com/leekchan/gtf v0.0.0-20190214083521-5fba33c5b00b
github.com/nxadm/tail v1.4.6 // indirect
github.com/onsi/ginkgo v1.15.0
github.com/onsi/gomega v1.10.5
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)