2019-08-16 21:00:10 +00:00
|
|
|
module github.com/Luzifer/sri
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2023-02-25 03:43:54 +00:00
|
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
2019-08-16 21:00:10 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
2023-02-25 03:43:54 +00:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
github.com/onsi/gomega v1.27.1 // indirect
|
2019-08-16 21:00:10 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
|
|
)
|