-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Bose/update-deps
Update dependencies, fix jaeger sampler types
- Loading branch information
Showing
3 changed files
with
171 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
module github.com/Bose/go-gin-opentracing | ||
|
||
go 1.14 | ||
|
||
require ( | ||
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect | ||
github.com/gin-gonic/gin v1.4.0 | ||
github.com/gin-gonic/gin v1.6.3 | ||
github.com/go-playground/validator/v10 v10.3.0 // indirect | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/matryer/is v1.2.0 | ||
github.com/opentracing/opentracing-go v1.1.0 | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/prometheus/client_golang v0.9.2 // indirect | ||
github.com/prometheus/client_model v0.0.0-20190109181635-f287a105a20e // indirect | ||
github.com/prometheus/common v0.0.0-20190107103113-2998b132700a // indirect | ||
github.com/prometheus/procfs v0.0.0-20190104112138-b1a0a9a36d74 // indirect | ||
github.com/sirupsen/logrus v1.3.0 | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/prometheus/client_golang v1.6.0 // indirect | ||
github.com/prometheus/common v0.10.0 // indirect | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/uber-go/atomic v1.3.2 // indirect | ||
github.com/uber/jaeger-client-go v2.15.0+incompatible | ||
github.com/uber/jaeger-lib v1.5.0 | ||
go.uber.org/atomic v1.3.2 // indirect | ||
github.com/uber/jaeger-client-go v2.23.1+incompatible | ||
github.com/uber/jaeger-lib v2.2.0+incompatible | ||
go.uber.org/atomic v1.6.0 // indirect | ||
golang.org/x/crypto v0.0.0-20200602180216-279210d13fed // indirect | ||
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect | ||
google.golang.org/protobuf v1.24.0 // indirect | ||
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect | ||
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
) |
Oops, something went wrong.