chore: bump golang.org/x/crypto to v0.45.0

This commit is contained in:
rcourtman 2025-11-20 13:07:39 +00:00
parent 3f10c97c4e
commit 14dcbde44a
2 changed files with 4 additions and 4 deletions

8
go.mod
View file

@ -11,16 +11,17 @@ require (
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.32
github.com/oklog/ulid/v2 v2.1.1
github.com/prometheus/client_golang v1.23.2
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529
github.com/rs/zerolog v1.34.0
github.com/shirou/gopsutil/v4 v4.25.9
github.com/spf13/cobra v1.9.1
golang.org/x/crypto v0.42.0
golang.org/x/crypto v0.45.0
golang.org/x/oauth2 v0.31.0
golang.org/x/sys v0.36.0
golang.org/x/term v0.35.0
golang.org/x/sys v0.38.0
golang.org/x/term v0.37.0
golang.org/x/time v0.13.0
gopkg.in/yaml.v3 v3.0.1
)
@ -46,7 +47,6 @@ require (
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.32 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/sys/atomicwriter v0.1.0 // indirect
github.com/moby/term v0.5.2 // indirect

BIN
go.sum

Binary file not shown.