Skip to content

Commit 6c2ef4e

Browse files
authored
Merge pull request #6 from Vinelab/upgrade-dependencies
Upgrade dependencies
2 parents 5c2f246 + bd1c1fd commit 6c2ef4e

File tree

2 files changed

+984
-62
lines changed

2 files changed

+984
-62
lines changed

go.mod

+7-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ module github.com/Vinelab/tracing-go
33
go 1.12
44

55
require (
6-
cloud.google.com/go/pubsub v1.1.0
7-
github.com/go-chi/chi v4.0.2+incompatible
8-
github.com/google/uuid v1.1.1
9-
github.com/openzipkin/zipkin-go v0.2.0
10-
github.com/streadway/amqp v0.0.0-20190815230801-eade30b20f1d
6+
cloud.google.com/go/kms v1.6.0 // indirect
7+
cloud.google.com/go/pubsub v1.3.1
8+
github.com/go-chi/chi v4.1.2+incompatible
9+
github.com/google/uuid v1.3.0
10+
github.com/jstemmer/go-junit-report v1.0.0 // indirect
11+
github.com/openzipkin/zipkin-go v0.4.1
12+
github.com/streadway/amqp v1.0.0
1113
)

0 commit comments

Comments
 (0)