Skip to content

Commit 5e3efbe

Browse files
chore(deps): update go-minor
1 parent 93a7578 commit 5e3efbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

paas-mediation-service/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/netcracker/qubership-core-paas-mediation/paas-mediation-service/v2
22

3-
go 1.25.7
3+
go 1.26.0
44

55
require (
66
github.com/fasthttp/websocket v1.5.12
@@ -17,11 +17,11 @@ require (
1717
github.com/swaggo/swag v1.16.6
1818
github.com/valyala/fasthttp v1.69.0
1919
go.uber.org/mock v0.6.0
20-
golang.org/x/net v0.48.0
21-
k8s.io/api v0.33.5
22-
k8s.io/apimachinery v0.33.5
23-
k8s.io/client-go v0.33.5
24-
sigs.k8s.io/gateway-api v1.1.0
20+
golang.org/x/net v0.51.0
21+
k8s.io/api v0.35.2
22+
k8s.io/apimachinery v0.35.2
23+
k8s.io/client-go v0.35.2
24+
sigs.k8s.io/gateway-api v1.5.0
2525
)
2626

2727
require (

0 commit comments

Comments
 (0)