Skip to content

Commit

Permalink
Merge pull request #6 from Vinelab/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
KinaneD committed Nov 30, 2022
2 parents 5c2f246 + bd1c1fd commit 6c2ef4e
Show file tree
Hide file tree
Showing 2 changed files with 984 additions and 62 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ module github.com/Vinelab/tracing-go
go 1.12

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

0 comments on commit 6c2ef4e

Please sign in to comment.