mirror of
https://github.com/Luzifer/sri.git
synced 2024-11-08 14:50:12 +00:00
0e7f4adbf8
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190813064441-fde4db37ae7a to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
481 B
Modula-2
15 lines
481 B
Modula-2
module github.com/Luzifer/sri
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.27.1 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|