Skip to content

Commit

Permalink
update vendor (#565)
Browse files Browse the repository at this point in the history
Signed-off-by: James Ranson <[email protected]>
  • Loading branch information
jranson authored Apr 22, 2021
1 parent 84c3c9c commit 3ae970a
Show file tree
Hide file tree
Showing 61 changed files with 4,867 additions and 2,785 deletions.
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,28 @@ require (
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-stack/stack v1.8.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.1 // indirect
github.com/golang/snappy v0.0.3
github.com/gomodule/redigo v1.8.4 // indirect
github.com/gorilla/mux v1.8.0
github.com/influxdata/influxdb v1.8.4
github.com/influxdata/influxdb v1.8.5
github.com/influxdata/influxql v1.1.1-0.20200828144457-65d3ef77d385
github.com/klauspost/compress v1.11.12
github.com/klauspost/compress v1.12.1
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.19.0 // indirect
github.com/prometheus/common v0.21.0 // indirect
github.com/tinylib/msgp v1.1.5
github.com/tricksterproxy/mockster v1.1.1
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
go.etcd.io/bbolt v1.3.5
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.18.0
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.19.0
go.opentelemetry.io/otel v0.19.0
go.opentelemetry.io/otel/exporters/stdout v0.19.0
go.opentelemetry.io/otel/exporters/trace/jaeger v0.19.0
go.opentelemetry.io/otel/exporters/trace/zipkin v0.19.0
go.opentelemetry.io/otel/sdk v0.19.0
go.opentelemetry.io/otel/trace v0.19.0
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
google.golang.org/api v0.42.0 // indirect
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
google.golang.org/api v0.45.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
Expand Down
54 changes: 32 additions & 22 deletions go.sum

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions vendor/github.com/klauspost/compress/fse/compress.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/klauspost/compress/fse/decompress.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions vendor/github.com/klauspost/compress/huff0/compress.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions vendor/github.com/klauspost/compress/snappy/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/klauspost/compress/snappy/AUTHORS

This file was deleted.

37 changes: 0 additions & 37 deletions vendor/github.com/klauspost/compress/snappy/CONTRIBUTORS

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/github.com/klauspost/compress/snappy/LICENSE

This file was deleted.

107 changes: 0 additions & 107 deletions vendor/github.com/klauspost/compress/snappy/README

This file was deleted.

Loading

0 comments on commit 3ae970a

Please sign in to comment.