-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Go toolchain and dependencies
- Update Go version from `1.20` to `1.21` and specify `go1.21.4` toolchain - Upgrade various dependencies to newer versions: - `github.com/gin-contrib/requestid` from `v0.0.6` to `v1.0.0` - `go.opentelemetry.io/otel/trace` from `v1.24.0` to `v1.26.0` - `github.com/bytedance/sonic` from `v1.11.3` to `v1.11.6` and add `github.com/bytedance/sonic/loader v0.1.1` - `github.com/cloudwego/base64x` from `v0.0.0-20230717121745-296ad89f973d` to `v0.1.4` - `github.com/cloudwego/iasm` from `v0.9.1` to `v0.2.0` - `github.com/go-playground/validator/v10` from `v10.19.0` to `v10.20.0` - `github.com/pelletier/go-toml/v2` from `v2.2.0` to `v2.2.1` - `golang.org/x/crypto` from `v0.21.0` to `v0.22.0` - `golang.org/x/net` from `v0.22.0` to `v0.24.0` - `golang.org/x/sys` from `v0.18.0` to `v0.19.0` - `google.golang.org/protobuf` from `v1.33.0` to `v1.34.0` - Add `github.com/kr/text v0.2.0 // indirect` to dependencies - Remove outdated dependencies and their checksums from `go.sum` file - Synchronize updates in both `go.mod` and `go.sum` files Signed-off-by: Bo-Yi Wu <[email protected]>
- Loading branch information
Showing
4 changed files
with
75 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.