Skip to content

Commit

Permalink
Revert "Update to work with current k6 master (#2)" (#3)
Browse files Browse the repository at this point in the history
This reverts commit 404c2c6.
  • Loading branch information
dgzlopes authored Oct 19, 2021
1 parent 404c2c6 commit 9901424
Show file tree
Hide file tree
Showing 3 changed files with 1,097 additions and 80 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ module github.com/grafana/xk6-client-prometheus-remote
go 1.16

require (
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/prometheus v2.5.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/prometheus v1.8.2-0.20210621150501-ff58416a0b02
github.com/xhit/go-str2duration/v2 v2.0.0
go.k6.io/k6 v0.34.2-0.20211006112913-f76bfa5a34ba
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
go.k6.io/k6 v0.34.1
)
Loading

0 comments on commit 9901424

Please sign in to comment.