Skip to content

Commit a8785e1

Browse files
fix(deps): update module golang.org/x/sync to v0.21.0
1 parent c8d5c1c commit a8785e1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
module go.datum.net/compute
22

3-
go 1.24.0
4-
5-
toolchain go1.24.2
3+
go 1.25.0
64

75
require (
86
github.com/google/go-cmp v0.7.0
97
github.com/onsi/ginkgo/v2 v2.23.4
108
github.com/onsi/gomega v1.37.0
9+
github.com/prometheus/client_golang v1.22.0
1110
github.com/stretchr/testify v1.11.1
1211
go.datum.net/network-services-operator v0.1.0
1312
go.miloapis.com/milo v0.24.11
1413
golang.org/x/crypto v0.39.0
15-
golang.org/x/sync v0.16.0
14+
golang.org/x/sync v0.21.0
1615
google.golang.org/protobuf v1.36.11
1716
k8s.io/api v0.33.1
1817
k8s.io/apimachinery v0.33.2
@@ -59,7 +58,6 @@ require (
5958
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6059
github.com/pkg/errors v0.9.1 // indirect
6160
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
62-
github.com/prometheus/client_golang v1.22.0 // indirect
6361
github.com/prometheus/client_model v0.6.2 // indirect
6462
github.com/prometheus/common v0.64.0 // indirect
6563
github.com/prometheus/procfs v0.16.1 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
199199
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
200200
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
201201
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
202+
golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM=
203+
golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
202204
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
203205
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
204206
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)