chore: bump version to v0.0.2
Showing
+6 -6
... | ... | @@ -8,17 +8,17 @@ require ( |
github.com/vuuvv/errors v0.9.5 | ||
github.com/vuuvv/jsons v0.0.4 | ||
go.uber.org/zap v1.27.0 | ||
vuuvv.cn/unisoftcn/orca v0.1.3 | ||
vuuvv.cn/unisoftcn/orca v0.1.4 | ||
) | ||
require ( | ||
github.com/bytedance/sonic/loader v0.2.0 // indirect | ||
github.com/bytedance/sonic/loader v0.2.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cloudwego/base64x v0.1.4 // indirect | ||
github.com/cloudwego/iasm v0.2.0 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.5 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.6 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/gin-gonic/gin v1.10.0 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
... | ... | @@ -38,7 +38,7 @@ require ( |
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
github.com/qichengzx/coordtransform v0.0.0-20220708113031-010878418826 // indirect | ||
github.com/redis/go-redis/v9 v9.6.1 // indirect | ||
github.com/redis/go-redis/v9 v9.7.0 // indirect | ||
github.com/samber/lo v1.47.0 // indirect | ||
github.com/spf13/cast v1.7.0 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
... | ... | @@ -49,11 +49,11 @@ require ( |
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/arch v0.11.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
gorm.io/gorm v1.25.12 // indirect | ||
... | ... |
Please register or sign in to comment