We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68d2e69 + 508fc48 commit 6744562Copy full SHA for 6744562
2 files changed
go.mod
@@ -7,10 +7,9 @@ require (
7
github.com/getsentry/raven-go v0.2.0
8
github.com/go-coldbrew/log v0.2.0
9
github.com/go-coldbrew/options v0.0.0-20210109113138-49c7e5781276
10
- github.com/google/uuid v1.1.2
+ github.com/google/uuid v1.3.0
11
github.com/opentracing/opentracing-go v1.2.0
12
github.com/stvp/rollbar v0.5.1
13
- google.golang.org/grpc v1.40.0
+ google.golang.org/grpc v1.56.3
14
gopkg.in/airbrake/gobrake.v2 v2.0.9
15
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
16
)
0 commit comments