Skip to content

Commit b6d87e4

Browse files
Bump google.golang.org/grpc from 1.45.0 to 1.56.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.45.0 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.45.0...v1.56.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.56.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e37896f commit b6d87e4

File tree

2 files changed

+1406
-21
lines changed

2 files changed

+1406
-21
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ require (
77
github.com/brocaar/lorawan v0.0.0-20191105091820-9ed596703a6c
88
github.com/eclipse/paho.mqtt.golang v1.2.0
99
github.com/gofrs/uuid v3.2.0+incompatible
10-
github.com/golang/protobuf v1.5.2
11-
github.com/pkg/errors v0.8.1
10+
github.com/golang/protobuf v1.5.3
11+
github.com/pkg/errors v0.9.1
1212
github.com/prometheus/client_golang v0.9.3
1313
github.com/sirupsen/logrus v1.4.2
1414
github.com/smartystreets/assertions v1.0.0 // indirect
1515
github.com/spf13/cobra v0.0.5
1616
github.com/spf13/viper v1.5.0
17-
golang.org/x/text v0.3.2 // indirect
18-
google.golang.org/grpc v1.45.0
17+
google.golang.org/grpc v1.56.3
1918
)

0 commit comments

Comments
 (0)