Skip to content

Commit a89f3de

Browse files
committed
Update go.mod
1 parent 8c18768 commit a89f3de

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

go.mod

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
module github.com/dethi/goutil
22

3-
go 1.14
3+
go 1.18
44

55
require (
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
)

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
21
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
32
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
43
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)