Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit f81cb1f

Browse files
authored
Merge pull request #42 from grafana/v040
Upgrade to k6 v0.40.0
2 parents e2aa742 + e9a7f6b commit f81cb1f

File tree

3 files changed

+25
-59
lines changed

3 files changed

+25
-59
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ require (
99
github.com/prometheus/common v0.32.1
1010
github.com/prometheus/prometheus v1.8.2-0.20211005150130-f29caccc4255
1111
github.com/sirupsen/logrus v1.8.1
12-
github.com/stretchr/testify v1.7.1
13-
go.k6.io/k6 v0.38.0
12+
github.com/stretchr/testify v1.8.0
13+
go.k6.io/k6 v0.40.0
1414
gopkg.in/guregu/null.v3 v3.5.0
1515
)
1616

@@ -46,14 +46,14 @@ require (
4646
github.com/prometheus/procfs v0.6.0 // indirect
4747
github.com/spf13/afero v1.3.4 // indirect
4848
go.uber.org/atomic v1.9.0 // indirect
49-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
49+
golang.org/x/net v0.0.0-20220630215102-69896b714898 // indirect
5050
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
51-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
51+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
5252
golang.org/x/text v0.3.7 // indirect
53-
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
53+
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
5454
google.golang.org/appengine v1.6.7 // indirect
5555
google.golang.org/protobuf v1.27.1 // indirect
5656
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5757
gopkg.in/yaml.v2 v2.4.0 // indirect
58-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
58+
gopkg.in/yaml.v3 v3.0.1 // indirect
5959
)

0 commit comments

Comments
 (0)