[client] Fix gvisor.dev/gvisor commit (#3179)

Commit b8a429915ff1 was replaced with db3d49b921f9 in gvisor project.
This commit is contained in:
James Hilliard
2025-01-15 11:54:51 +02:00
committed by GitHub
parent 15f0a665f8
commit 516de93627
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -233,7 +233,7 @@ require (
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
gvisor.dev/gvisor v0.0.0-20231020174304-b8a429915ff1 // indirect
gvisor.dev/gvisor v0.0.0-20231020174304-db3d49b921f9 // indirect
k8s.io/apimachinery v0.26.2 // indirect
)