Skip to content

Commit 459fa4e

Browse files
committed
chore: update dependencies to latest versions
1 parent b07d9e8 commit 459fa4e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1515
require (
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
)

internal/dataType/type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package 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)
66
const (

0 commit comments

Comments
 (0)