File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/grafana/synthetic-monitoring-api-go-client
2
2
3
3
go 1.23
4
-
5
- toolchain go1.23.3
4
+ toolchain go1.24.1
6
5
7
6
require (
8
7
github.com/google/go-cmp v0.7.0
@@ -23,7 +22,7 @@ require (
23
22
github.com/russross/blackfriday/v2 v2.1.0 // indirect
24
23
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
25
24
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect
26
- golang.org/x/net v0.35 .0 // indirect
25
+ golang.org/x/net v0.36 .0 // indirect
27
26
golang.org/x/sys v0.30.0 // indirect
28
27
golang.org/x/text v0.22.0 // indirect
29
28
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
65
65
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
66
66
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
67
67
golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
68
- golang.org/x/net v0.35 .0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8 =
69
- golang.org/x/net v0.35 .0 /go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk =
68
+ golang.org/x/net v0.36 .0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA =
69
+ golang.org/x/net v0.36 .0 /go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I =
70
70
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
71
71
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
72
72
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments