File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16
11
11
github.com/prometheus/common v0.44.0
12
12
github.com/prometheus/procfs v0.12.0
13
- golang.org/x/sys v0.12 .0
13
+ golang.org/x/sys v0.13 .0
14
14
google.golang.org/protobuf v1.31.0
15
15
)
16
16
@@ -22,7 +22,7 @@ require (
22
22
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
23
23
github.com/modern-go/reflect2 v1.0.2 // indirect
24
24
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
25
- golang.org/x/net v0.15 .0 // indirect
25
+ golang.org/x/net v0.17 .0 // indirect
26
26
golang.org/x/oauth2 v0.8.0 // indirect
27
27
golang.org/x/text v0.13.0 // indirect
28
28
google.golang.org/appengine v1.6.7 // indirect
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0
47
47
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
48
48
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
49
49
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 /go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks =
50
- golang.org/x/net v0.15 .0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8 =
51
- golang.org/x/net v0.15 .0 /go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk =
50
+ golang.org/x/net v0.17 .0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM =
51
+ golang.org/x/net v0.17 .0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
52
52
golang.org/x/oauth2 v0.8.0 h1:6dkIjl3j3LtZ/O3sTgZTMsLKSftL/B8Zgq4huOIIUu8 =
53
53
golang.org/x/oauth2 v0.8.0 /go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE =
54
54
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
55
55
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
56
- golang.org/x/sys v0.12 .0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o =
57
- golang.org/x/sys v0.12 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
56
+ golang.org/x/sys v0.13 .0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE =
57
+ golang.org/x/sys v0.13 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
58
58
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
59
59
golang.org/x/text v0.3.2 /go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk =
60
60
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k =
You can’t perform that action at this time.
0 commit comments