Update go.mod

This commit is contained in:
civisrom 2025-02-04 22:01:20 +03:00 committed by GitHub
parent e2f544acc8
commit 15c5a34e79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -96,6 +96,6 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect
google.golang.org/protobuf v1.36.4 // indirect google.golang.org/protobuf v1.36.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect
gvisor.dev/gvisor v0.0.0-20250203221203-f6b843d9a6c0 // indirect gvisor.dev/gvisor v0.0.0-20240320123526-dc6abceb7ff0 // indirect
lukechampine.com/blake3 v1.3.0 // indirect lukechampine.com/blake3 v1.3.0 // indirect
) )