Skip to content

Commit

Permalink
Bump prometheus remote write output version
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Sep 26, 2023
1 parent 3f63d3f commit 6fa8abd
Show file tree
Hide file tree
Showing 74 changed files with 3,358 additions and 5,748 deletions.
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/gorilla/websocket v1.5.0
github.com/grafana/xk6-browser v1.0.2
github.com/grafana/xk6-grpc v0.1.4-0.20230919144024-6ed5daf33509
github.com/grafana/xk6-output-prometheus-remote v0.2.3
github.com/grafana/xk6-output-prometheus-remote v0.3.0
github.com/grafana/xk6-redis v0.1.1
github.com/grafana/xk6-timers v0.1.2
github.com/grafana/xk6-webcrypto v0.1.0
Expand Down Expand Up @@ -65,17 +65,16 @@ require (
github.com/dlclark/regexp2 v1.9.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mstoykov/k6-taskqueue-lib v0.1.0 // indirect
github.com/prometheus/client_golang v1.14.1-0.20221122130035-8b6e68085b10 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.11.0 // indirect
Expand Down
387 changes: 14 additions & 373 deletions go.sum

Large diffs are not rendered by default.

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

This file was deleted.

18 changes: 0 additions & 18 deletions vendor/github.com/golang/snappy/AUTHORS

This file was deleted.

41 changes: 0 additions & 41 deletions vendor/github.com/golang/snappy/CONTRIBUTORS

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 6fa8abd

Please sign in to comment.