Skip to content

Commit 1c65795

Browse files
committed
go mod tidy
1 parent cadc158 commit 1c65795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/ghodss/yaml v1.0.0
1212
github.com/go-chi/chi/v5 v5.2.3
1313
github.com/golang-jwt/jwt/v5 v5.3.0
14+
github.com/golang/protobuf v1.5.4
1415
github.com/google/go-containerregistry v0.20.6
1516
github.com/google/wire v0.7.0
1617
github.com/gorilla/websocket v1.5.3
@@ -42,7 +43,6 @@ require (
4243
golang.org/x/sync v0.17.0
4344
golang.org/x/sys v0.38.0
4445
google.golang.org/grpc v1.77.0
45-
google.golang.org/protobuf v1.36.10
4646
gvisor.dev/gvisor v0.0.0-20251125014920-fc40e232ff54
4747
)
4848

@@ -112,6 +112,7 @@ require (
112112
golang.org/x/tools v0.37.0 // indirect
113113
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
114114
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
115+
google.golang.org/protobuf v1.36.10 // indirect
115116
gopkg.in/yaml.v2 v2.4.0 // indirect
116117
gopkg.in/yaml.v3 v3.0.1 // indirect
117118
gotest.tools/v3 v3.5.2 // indirect

0 commit comments

Comments
 (0)