Skip to content

Commit ffa4226

Browse files
author
Igor Drozdov
committed
Drop 1.16 compatibility in go.sum
The changes are the result of running go mod tidy -compat=1.17 We don't support 1.16 for a while, this command just cleans up the unnecessary dependencies
1 parent 59acf61 commit ffa4226

File tree

2 files changed

+1
-595
lines changed

2 files changed

+1
-595
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ require (
1818
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
1919
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
2020
google.golang.org/grpc v1.48.0
21+
google.golang.org/protobuf v1.28.1
2122
gopkg.in/yaml.v2 v2.4.0
2223
)
2324

@@ -79,7 +80,6 @@ require (
7980
google.golang.org/api v0.74.0 // indirect
8081
google.golang.org/appengine v1.6.7 // indirect
8182
google.golang.org/genproto v0.0.0-20220401170504-314d38edb7de // indirect
82-
google.golang.org/protobuf v1.28.1 // indirect
8383
gopkg.in/DataDog/dd-trace-go.v1 v1.32.0 // indirect
8484
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
8585
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)