Skip to content

Commit f0bf854

Browse files
chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.45.0 (#16)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.45.0. - [Commits](golang/crypto@v0.25.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6dcafb7 commit f0bf854

2 files changed

Lines changed: 34 additions & 409 deletions

File tree

go.mod

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
module github.com/WiiLink24/AccountManager
22

3-
go 1.21.0
3+
go 1.24.0
44

55
require (
6+
github.com/WiiLink24/nwc24 v0.0.0-20240814085438-31848a3afc3e
67
github.com/coreos/go-oidc/v3 v3.11.0
78
github.com/gin-gonic/gin v1.10.0
8-
github.com/golang-jwt/jwt/v5 v5.2.1
9-
github.com/jackc/pgx/v5 v5.6.0
9+
github.com/logrusorgru/aurora/v4 v4.0.0
1010
golang.org/x/oauth2 v0.22.0
1111
)
1212

1313
require (
14-
github.com/WiiLink24/nwc24 v0.0.0-20240814085438-31848a3afc3e // indirect
1514
github.com/bytedance/sonic v1.12.0 // indirect
1615
github.com/bytedance/sonic/loader v0.2.0 // indirect
1716
github.com/cloudwego/base64x v0.1.4 // indirect
@@ -23,26 +22,22 @@ require (
2322
github.com/go-playground/universal-translator v0.18.1 // indirect
2423
github.com/go-playground/validator/v10 v10.22.0 // indirect
2524
github.com/goccy/go-json v0.10.3 // indirect
26-
github.com/jackc/pgpassfile v1.0.0 // indirect
27-
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
28-
github.com/jackc/puddle/v2 v2.2.1 // indirect
2925
github.com/json-iterator/go v1.1.12 // indirect
3026
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
27+
github.com/kr/pretty v0.3.0 // indirect
3128
github.com/leodido/go-urn v1.4.0 // indirect
32-
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
3329
github.com/mattn/go-isatty v0.0.20 // indirect
3430
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3531
github.com/modern-go/reflect2 v1.0.2 // indirect
3632
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
3733
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
3834
github.com/ugorji/go/codec v1.2.12 // indirect
39-
goauthentik.io/api/v3 v3.2025063.2 // indirect
4035
golang.org/x/arch v0.9.0 // indirect
41-
golang.org/x/crypto v0.25.0 // indirect
42-
golang.org/x/net v0.27.0 // indirect
43-
golang.org/x/sync v0.8.0 // indirect
44-
golang.org/x/sys v0.23.0 // indirect
45-
golang.org/x/text v0.16.0 // indirect
36+
golang.org/x/crypto v0.45.0 // indirect
37+
golang.org/x/net v0.47.0 // indirect
38+
golang.org/x/sys v0.38.0 // indirect
39+
golang.org/x/text v0.31.0 // indirect
4640
google.golang.org/protobuf v1.34.2 // indirect
41+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
4742
gopkg.in/yaml.v3 v3.0.1 // indirect
4843
)

0 commit comments

Comments
 (0)