Skip to content

Commit bf3d821

Browse files
chore: Update dependency go to v1.24.1
1 parent cc5c756 commit bf3d821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module github.com/grafana/xk6-sm
22

33
go 1.21
44

5-
toolchain go1.24.0
5+
toolchain go1.24.1
66

77
require (
8+
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd
89
github.com/prometheus/client_model v0.6.1
910
github.com/prometheus/common v0.62.0
1011
github.com/sirupsen/logrus v1.9.3
@@ -25,7 +26,6 @@ require (
2526
github.com/mailru/easyjson v0.7.7 // indirect
2627
github.com/mattn/go-colorable v0.1.13 // indirect
2728
github.com/mattn/go-isatty v0.0.20 // indirect
28-
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect
2929
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3030
github.com/pmezard/go-difflib v1.0.0 // indirect
3131
go.opentelemetry.io/otel v1.29.0 // indirect

0 commit comments

Comments
 (0)