mirror of
https://github.com/ChronosX88/openkeepd.git
synced 2024-11-08 22:11:00 +00:00
52bc620dad
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191011234655-491137f69257 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
288 B
Modula-2
12 lines
288 B
Modula-2
module github.com/ChronosX88/openkeepd
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|