File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/dethi/goutil
22
3- go 1.14
3+ go 1.18
44
55require (
6- github.com/davecgh/go-spew v1.1.1 // indirect
7- github.com/kr/pretty v0.1.0 // indirect
86 github.com/stretchr/testify v1.5.1
97 golang.org/x/net v0.0.0-20200301022130-244492dfa37a
108 golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
119 golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
10+ )
11+
12+ require (
13+ github.com/davecgh/go-spew v1.1.1 // indirect
14+ github.com/kr/pretty v0.1.0 // indirect
15+ github.com/pmezard/go-difflib v1.0.0 // indirect
1216 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
17+ gopkg.in/yaml.v2 v2.2.2 // indirect
1318)
Original file line number Diff line number Diff line change 1- github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
21github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
32github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
43github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments