feat: upgrade go.mod.

This commit is contained in:
tx7do
2024-10-18 12:52:55 +08:00
parent f7abc4e941
commit e8e61fc7a1
10 changed files with 238 additions and 2893 deletions

10
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/tx7do/go-utils
go 1.20
go 1.22.0
toolchain go1.23.2
require (
github.com/gobwas/glob v0.2.3
@@ -8,9 +10,9 @@ require (
github.com/gosimple/slug v1.14.0
github.com/sony/sonyflake v1.2.0
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.22.0
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
google.golang.org/protobuf v1.33.0
golang.org/x/crypto v0.28.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
google.golang.org/protobuf v1.35.1
)
require (