Skip to content

Commit 06fdc12

Browse files
authoredDec 11, 2021
Update to go 1.17 (#208)
1 parent 4fa83b5 commit 06fdc12

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed
 

‎go.mod

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tendermint/tm-db
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/dgraph-io/badger/v2 v2.2007.2
@@ -14,6 +14,25 @@ require (
1414
google.golang.org/grpc v1.42.0
1515
)
1616

17+
require (
18+
github.com/DataDog/zstd v1.4.1 // indirect
19+
github.com/cespare/xxhash v1.1.0 // indirect
20+
github.com/davecgh/go-spew v1.1.1 // indirect
21+
github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de // indirect
22+
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
23+
github.com/dustin/go-humanize v1.0.0 // indirect
24+
github.com/golang/protobuf v1.4.3 // indirect
25+
github.com/golang/snappy v0.0.1 // indirect
26+
github.com/pkg/errors v0.8.1 // indirect
27+
github.com/pmezard/go-difflib v1.0.0 // indirect
28+
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
29+
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
30+
golang.org/x/text v0.3.3 // indirect
31+
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
32+
google.golang.org/protobuf v1.25.0 // indirect
33+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
34+
)
35+
1736
// Breaking changes were released with the wrong tag (use v0.6.6 or later).
1837
retract v0.6.5
1938

0 commit comments

Comments
 (0)
Please sign in to comment.