2019-11-28 17:09:18 +00:00
|
|
|
module github.com/Luzifer/shareport
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2023-02-25 01:12:21 +00:00
|
|
|
github.com/Luzifer/go_helpers v2.8.1+incompatible // indirect
|
2019-11-28 19:08:50 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.10.0
|
2023-02-25 01:12:21 +00:00
|
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
2019-11-28 17:09:18 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
2023-02-25 01:12:21 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
github.com/onsi/gomega v1.27.1 // indirect
|
2019-11-28 17:09:18 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2023-02-25 01:12:21 +00:00
|
|
|
golang.org/x/crypto v0.1.0
|
2019-11-28 17:09:18 +00:00
|
|
|
)
|