Skip to content

Commit 60ccf86

Browse files
committed
Update vendored dependencies for Go 1.18 compatibility
1 parent af2655c commit 60ccf86

File tree

312 files changed

+21579
-22798
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

312 files changed

+21579
-22798
lines changed

cmd/carbonzipper/grpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
protov3grpc "github.com/go-graphite/protocol/carbonapi_v3_grpc"
1010
pb "github.com/go-graphite/protocol/carbonapi_v3_pb"
11-
gpb "github.com/golang/protobuf/ptypes/empty"
11+
gpb "google.golang.org/protobuf/types/known/emptypb"
1212

1313
"github.com/lomik/zapwriter"
1414
"go.uber.org/zap"

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ require (
4646
go.uber.org/multierr v1.6.0 // indirect
4747
go.uber.org/zap v1.16.0
4848
golang.org/x/mod v0.4.2 // indirect
49+
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
4950
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
50-
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
51+
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
5152
gonum.org/v1/gonum v0.9.1
5253
google.golang.org/genproto v0.0.0-20210429181445-86c259c2b4ab // indirect
53-
google.golang.org/grpc v1.38.0
54+
google.golang.org/grpc v1.46.2
55+
google.golang.org/protobuf v1.28.0 // indirect
5456
gopkg.in/ini.v1 v1.62.0 // indirect
5557
gopkg.in/yaml.v2 v2.4.0
5658
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect

go.sum

Lines changed: 36 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)