Skip to content

Commit 9c6cda9

Browse files
chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 in /core
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.50.0 to 0.51.0. - [Commits](golang/crypto@v0.50.0...v0.51.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33fc7f1 commit 9c6cda9

2 files changed

Lines changed: 36 additions & 246 deletions

File tree

core/go.mod

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,22 @@ require (
3030
github.com/swaggo/files/v2 v2.0.2
3131
github.com/swaggo/swag v1.16.6
3232
github.com/xlzd/gotp v0.1.0
33-
golang.org/x/crypto v0.50.0
33+
golang.org/x/crypto v0.51.0
3434
golang.org/x/net v0.53.0
35-
golang.org/x/sys v0.43.0
36-
golang.org/x/term v0.42.0
37-
golang.org/x/text v0.36.0
35+
golang.org/x/sys v0.44.0
36+
golang.org/x/term v0.43.0
37+
golang.org/x/text v0.37.0
3838
gopkg.in/yaml.v2 v2.4.0
3939
gopkg.in/yaml.v3 v3.0.1
4040
gorm.io/gorm v1.31.1
4141
)
4242

4343
require (
4444
github.com/KyleBanks/depth v1.2.1 // indirect
45-
github.com/PuerkitoBio/purell v1.2.1 // indirect
46-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
4745
github.com/bytedance/gopkg v0.1.4 // indirect
4846
github.com/bytedance/sonic v1.15.0 // indirect
4947
github.com/bytedance/sonic/loader v0.5.1 // indirect
5048
github.com/cloudwego/base64x v0.1.6 // indirect
51-
github.com/cloudwego/iasm v0.2.0 // indirect
5249
github.com/dustin/go-humanize v1.0.1 // indirect
5350
github.com/fxamacker/cbor/v2 v2.9.1 // indirect
5451
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
@@ -57,7 +54,6 @@ require (
5754
github.com/go-openapi/jsonpointer v0.23.0 // indirect
5855
github.com/go-openapi/jsonreference v0.21.5 // indirect
5956
github.com/go-openapi/spec v0.22.4 // indirect
60-
github.com/go-openapi/swag v0.26.0 // indirect
6157
github.com/go-openapi/swag/conv v0.26.0 // indirect
6258
github.com/go-openapi/swag/jsonname v0.26.0 // indirect
6359
github.com/go-openapi/swag/jsonutils v0.26.0 // indirect
@@ -74,19 +70,14 @@ require (
7470
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
7571
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
7672
github.com/google/go-tpm v0.9.8 // indirect
77-
github.com/hashicorp/hcl v1.0.0 // indirect
7873
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7974
github.com/jinzhu/inflection v1.0.0 // indirect
8075
github.com/jinzhu/now v1.1.5 // indirect
81-
github.com/josharian/intern v1.0.0 // indirect
8276
github.com/json-iterator/go v1.1.12 // indirect
8377
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
8478
github.com/kr/fs v0.1.0 // indirect
8579
github.com/leodido/go-urn v1.4.0 // indirect
86-
github.com/magiconair/properties v1.8.10 // indirect
87-
github.com/mailru/easyjson v0.9.2 // indirect
8880
github.com/mattn/go-isatty v0.0.21 // indirect
89-
github.com/mitchellh/mapstructure v1.5.0 // indirect
9081
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9182
github.com/modern-go/reflect2 v1.0.2 // indirect
9283
github.com/ncruces/go-strftime v1.0.0 // indirect
@@ -96,8 +87,6 @@ require (
9687
github.com/quic-go/quic-go v0.59.0 // indirect
9788
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
9889
github.com/sagikazarmark/locafero v0.12.0 // indirect
99-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
100-
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
10190
github.com/spf13/afero v1.15.0 // indirect
10291
github.com/spf13/cast v1.10.0 // indirect
10392
github.com/spf13/pflag v1.0.10 // indirect
@@ -107,18 +96,13 @@ require (
10796
github.com/ugorji/go/codec v1.3.1 // indirect
10897
github.com/x448/float16 v0.8.4 // indirect
10998
go.mongodb.org/mongo-driver/v2 v2.5.1 // indirect
110-
go.uber.org/atomic v1.11.0 // indirect
111-
go.uber.org/multierr v1.11.0 // indirect
11299
go.yaml.in/yaml/v3 v3.0.4 // indirect
113100
golang.org/x/arch v0.26.0 // indirect
114-
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
115101
golang.org/x/image v0.39.0 // indirect
116102
golang.org/x/mod v0.35.0 // indirect
117103
golang.org/x/sync v0.20.0 // indirect
118104
golang.org/x/tools v0.44.0 // indirect
119105
google.golang.org/protobuf v1.36.11 // indirect
120-
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
121-
gopkg.in/ini.v1 v1.67.1 // indirect
122106
modernc.org/libc v1.72.0 // indirect
123107
modernc.org/mathutil v1.7.1 // indirect
124108
modernc.org/memory v1.11.0 // indirect

0 commit comments

Comments
 (0)