Skip to content

Commit

Permalink
Merge pull request #36 from lazygophers/dependabot/go_modules/go_modu…
Browse files Browse the repository at this point in the history
…les-5a9c29dde4

Bump golang.org/x/crypto from 0.24.0 to 0.31.0 in the go_modules group across 1 directory
  • Loading branch information
Luoxin authored Dec 24, 2024
2 parents f07db7a + 4771f61 commit 035f6e7
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 66 deletions.
43 changes: 21 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
module github.com/lazygophers/codegen

go 1.21.6

toolchain go1.22.3
toolchain go1.22.5

require (
github.com/Xuanwo/go-locale v1.1.0
github.com/emicklei/proto v1.13.2
github.com/go-git/go-git/v5 v5.12.0
github.com/go-resty/resty/v2 v2.13.1
github.com/gookit/color v1.5.4
github.com/lazygophers/log v0.0.0-20240611102854-776123d17d8c
github.com/lazygophers/log v0.0.0-20241030030827-ca71ac40248e
github.com/lazygophers/lrpc v0.0.0-20240611132523-488159748780
github.com/lazygophers/utils v0.0.0-20240611102917-4283d102dad5
github.com/pelletier/go-toml/v2 v2.2.2
github.com/lazygophers/utils v0.0.0-20241121150052-36d9f2cd02f1
github.com/pelletier/go-toml/v2 v2.2.3
github.com/pterm/pterm v0.12.79
github.com/spf13/cobra v1.8.1
go.uber.org/atomic v1.11.0
golang.org/x/mod v0.18.0
golang.org/x/text v0.16.0
golang.org/x/mod v0.22.0
golang.org/x/text v0.21.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.1
)
Expand All @@ -30,14 +29,14 @@ require (
dario.cat/mergo v1.0.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/bytedance/sonic v1.11.8 // indirect
github.com/bytedance/sonic/loader v0.1.1 // indirect
github.com/bytedance/sonic v1.12.4 // indirect
github.com/bytedance/sonic/loader v0.2.1 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/cloudwego/base64x v0.1.4 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/containerd/console v1.0.4 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/elliotchance/pie/v2 v2.8.0 // indirect
github.com/elliotchance/pie/v2 v2.9.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
Expand All @@ -47,12 +46,12 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/lestrrat-go/strftime v1.1.0 // indirect
github.com/lithammer/fuzzysearch v1.1.8 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/petermattis/goid v0.0.0-20240503122002-4b96552b8156 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/petermattis/goid v0.0.0-20241025130422-66cb2e6d7274 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
Expand All @@ -64,14 +63,14 @@ require (
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/arch v0.8.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/arch v0.12.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/tools v0.27.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
Loading

0 comments on commit 035f6e7

Please sign in to comment.