Skip to content

Commit

Permalink
Update vendored dependencies for Go 1.18 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Civil committed May 23, 2022
1 parent af2655c commit 60ccf86
Show file tree
Hide file tree
Showing 312 changed files with 21,579 additions and 22,798 deletions.
2 changes: 1 addition & 1 deletion cmd/carbonzipper/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

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

"github.com/lomik/zapwriter"
"go.uber.org/zap"
Expand Down
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ require (
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
gonum.org/v1/gonum v0.9.1
google.golang.org/genproto v0.0.0-20210429181445-86c259c2b4ab // indirect
google.golang.org/grpc v1.38.0
google.golang.org/grpc v1.46.2
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
Expand Down
36 changes: 36 additions & 0 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 60ccf86

Please sign in to comment.