File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ require (
88 github.com/cespare/xxhash/v2 v2.3.0
99 github.com/go-playground/validator/v10 v10.28.0
1010 github.com/medama-io/go-useragent v1.2.2
11- go.uber.org/zap v1.27.0
11+ go.uber.org/zap v1.27.1
1212 gopkg.in/yaml.v3 v3.0.1
1313)
1414
1515require (
1616 github.com/boyter/go-string v1.0.5 // indirect
17- github.com/gabriel-vasile/mimetype v1.4.10 // indirect
17+ github.com/gabriel-vasile/mimetype v1.4.11 // indirect
1818 github.com/go-playground/locales v0.14.1 // indirect
1919 github.com/go-playground/universal-translator v0.18.1 // indirect
2020 github.com/leodido/go-urn v1.4.0 // indirect
2121 go.uber.org/multierr v1.11.0 // indirect
22- golang.org/x/crypto v0.43 .0 // indirect
23- golang.org/x/sys v0.37 .0 // indirect
24- golang.org/x/text v0.30 .0 // indirect
22+ golang.org/x/crypto v0.45 .0 // indirect
23+ golang.org/x/sys v0.38 .0 // indirect
24+ golang.org/x/text v0.31 .0 // indirect
2525)
Original file line number Diff line number Diff line change 11package dataType
22
3- const ServerToriiVersion string = "1.3.0 "
3+ const ServerToriiVersion string = "1.3.1 "
44
55// Feature Control Bit Positions (0-based from right)
66const (
You can’t perform that action at this time.
0 commit comments