Skip to content

Commit 44fa8fd

Browse files
committed
chore(deps) upgrade all packages versions
1 parent 518e483 commit 44fa8fd

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

go.mod

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/go-git/go-git/v5 v5.16.2
88
github.com/hashicorp/go-retryablehttp v0.7.8
99
github.com/spf13/cobra v1.10.1
10-
gitlab.com/gitlab-org/api/client-go v0.143.0
10+
gitlab.com/gitlab-org/api/client-go v0.143.3
1111
go.uber.org/zap v1.27.0
1212
)
1313

@@ -26,16 +26,17 @@ require (
2626
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2727
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
2828
github.com/kevinburke/ssh_config v1.4.0 // indirect
29-
github.com/pjbgf/sha1cd v0.4.0 // indirect
29+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
30+
github.com/pjbgf/sha1cd v0.5.0 // indirect
3031
github.com/sergi/go-diff v1.4.0 // indirect
3132
github.com/skeema/knownhosts v1.3.1 // indirect
32-
github.com/spf13/pflag v1.0.9 // indirect
33+
github.com/spf13/pflag v1.0.10 // indirect
3334
github.com/xanzy/ssh-agent v0.3.3 // indirect
3435
go.uber.org/multierr v1.11.0 // indirect
35-
golang.org/x/crypto v0.41.0 // indirect
36-
golang.org/x/net v0.43.0 // indirect
37-
golang.org/x/oauth2 v0.30.0 // indirect
38-
golang.org/x/sys v0.35.0 // indirect
39-
golang.org/x/time v0.12.0 // indirect
36+
golang.org/x/crypto v0.42.0 // indirect
37+
golang.org/x/net v0.44.0 // indirect
38+
golang.org/x/oauth2 v0.31.0 // indirect
39+
golang.org/x/sys v0.36.0 // indirect
40+
golang.org/x/time v0.13.0 // indirect
4041
gopkg.in/warnings.v0 v0.1.2 // indirect
4142
)

0 commit comments

Comments
 (0)