Skip to content

Commit

Permalink
Merge pull request #8 from k6io/updateK6Version
Browse files Browse the repository at this point in the history
Update to k6 version after 0.33.0 which doesn't depend on this extension
  • Loading branch information
mstoykov authored Jul 7, 2021
2 parents fbd4ce3 + a8b7b15 commit 17c4400
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 79 deletions.
9 changes: 8 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ go 1.16

require (
github.com/Shopify/sarama v1.16.0
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
github.com/eapache/go-resiliency v1.1.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20160609142408-bb955e01b934 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
github.com/kelseyhightower/envconfig v1.4.0
github.com/kubernetes/helm v2.9.0+incompatible
github.com/mitchellh/mapstructure v1.1.2
github.com/pierrec/lz4 v1.0.2-0.20171218195038-2fcda4cb7018 // indirect
github.com/pierrec/xxHash v0.1.5 // indirect
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
go.k6.io/k6 v0.31.2-0.20210511090412-61f464b99a2d
go.k6.io/k6 v0.33.1-0.20210701133132-aa1fd6a389c9
gopkg.in/guregu/null.v3 v3.3.0
)
Loading

0 comments on commit 17c4400

Please sign in to comment.