Merge pull request #53 from Yuzuki616/dependabot/go_modules/google.golang.org/protobuf-1.29.1

Bump google.golang.org/protobuf from 1.29.0 to 1.29.1
This commit is contained in:
Yuzuki
2023-03-15 09:57:23 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/goccy/go-json v0.10.1
github.com/juju/ratelimit v1.0.2
github.com/xtls/xray-core v1.7.5
google.golang.org/protobuf v1.29.0
google.golang.org/protobuf v1.29.1
gopkg.in/yaml.v3 v3.0.1
)