Skip to content

Commit

Permalink
Merge pull request #17 from grafana/chore/downgrade-dependency
Browse files Browse the repository at this point in the history
Downgrade gopkg.in/guregu/null.v3 to reflect k6
  • Loading branch information
oleiade authored Jun 24, 2024
2 parents 62ac853 + da075ca commit 8049cf9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
go.opentelemetry.io/otel/sdk v1.26.0
go.opentelemetry.io/otel/sdk/metric v1.26.0
google.golang.org/grpc v1.63.2
gopkg.in/guregu/null.v3 v3.5.0
gopkg.in/guregu/null.v3 v3.3.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
gopkg.in/guregu/null.v3 v3.5.0 h1:xTcasT8ETfMcUHn0zTvIYtQud/9Mx5dJqD554SZct0o=
gopkg.in/guregu/null.v3 v3.5.0/go.mod h1:E4tX2Qe3h7QdL+uZ3a0vqvYwKQsRSQKM5V4YltdgH9Y=
gopkg.in/guregu/null.v3 v3.3.0 h1:8j3ggqq+NgKt/O7mbFVUFKUMWN+l1AmT5jQmJ6nPh2c=
gopkg.in/guregu/null.v3 v3.3.0/go.mod h1:E4tX2Qe3h7QdL+uZ3a0vqvYwKQsRSQKM5V4YltdgH9Y=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
Expand Down
18 changes: 18 additions & 0 deletions modtools_frozen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- path: github.com/spf13/afero
minVersion: v1.1.2
validUntil: 2029-08-04T16:29:18+03:00
- path: gopkg.in/guregu/null.v3
minVersion: v3.3.0
validUntil: 2029-08-04T16:32:44+03:00
- path: gopkg.in/yaml.v3
minVersion: v3.0.0-20200313102051-9f266ea9e77c
validUntil: 2029-08-04T16:32:56+03:00
- path: github.com/spf13/cobra
minVersion: v1.4.0
validUntil: 2049-07-26T17:21:52+03:00
- path: github.com/spf13/pflag
minVersion: v1.0.5
validUntil: 2049-07-26T17:21:57+03:00
- path: github.com/andybalholm/cascadia
minVersion: v1.1.0
validUntil: 2049-07-26T17:24:57+03:00

0 comments on commit 8049cf9

Please sign in to comment.