Skip to content

Commit

Permalink
feat(依赖): 更新全部依赖到最新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
storezhang committed May 9, 2024
1 parent 9230ea7 commit 371e16c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/drone/envsubst v1.0.3
github.com/expr-lang/expr v1.16.5
github.com/expr-lang/expr v1.16.7
github.com/go-resty/resty/v2 v2.12.0
github.com/goexl/args v0.0.1
github.com/goexl/env v0.0.2
Expand All @@ -21,14 +21,14 @@ require (
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.19.0 // indirect
github.com/go-playground/validator/v10 v10.20.0 // indirect
github.com/goexl/baozheng v0.0.1 // indirect
github.com/goexl/guc v0.0.7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/rs/xid v1.5.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
)

0 comments on commit 371e16c

Please sign in to comment.