@@ -7,7 +7,7 @@ require (
7
7
github.com/google/go-github/v56 v56.0.0
8
8
github.com/gookit/color v1.5.4
9
9
github.com/jfrog/build-info-go v1.10.3
10
- github.com/jfrog/froggit-go v1.16.1
10
+ github.com/jfrog/froggit-go v1.16.2
11
11
github.com/jfrog/gofrog v1.7.6
12
12
github.com/jfrog/jfrog-apps-config v1.0.1
13
13
github.com/jfrog/jfrog-cli-core/v2 v2.56.3
@@ -16,9 +16,9 @@ require (
16
16
github.com/owenrumney/go-sarif/v2 v2.3.0
17
17
github.com/stretchr/testify v1.9.0
18
18
github.com/urfave/cli v1.22.15
19
- golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
19
+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
20
20
golang.org/x/sync v0.8.0
21
- golang.org/x/text v0.18 .0
21
+ golang.org/x/text v0.19 .0
22
22
gopkg.in/yaml.v3 v3.0.1
23
23
)
24
24
@@ -34,7 +34,7 @@ require (
34
34
github.com/buger/jsonparser v1.1.1 // indirect
35
35
github.com/c-bata/go-prompt v0.2.5 // indirect
36
36
github.com/chzyer/readline v1.5.1 // indirect
37
- github.com/cloudflare/circl v1.3.7 // indirect
37
+ github.com/cloudflare/circl v1.4.0 // indirect
38
38
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
39
39
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
40
40
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -49,13 +49,12 @@ require (
49
49
github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1 // indirect
50
50
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
51
51
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
52
- github.com/golang/protobuf v1.5.3 // indirect
53
52
github.com/golang/snappy v0.0.4 // indirect
54
53
github.com/google/go-querystring v1.1.0 // indirect
55
54
github.com/google/uuid v1.6.0 // indirect
56
- github.com/grokify/mogo v0.62.6 // indirect
55
+ github.com/grokify/mogo v0.64.12 // indirect
57
56
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
58
- github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
57
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
59
58
github.com/hashicorp/hcl v1.0.0 // indirect
60
59
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
61
60
github.com/jedib0t/go-pretty/v6 v6.5.9 // indirect
@@ -64,7 +63,7 @@ require (
64
63
github.com/klauspost/compress v1.17.9 // indirect
65
64
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
66
65
github.com/klauspost/pgzip v1.2.6 // indirect
67
- github.com/ktrysmt/go-bitbucket v0.9.73 // indirect
66
+ github.com/ktrysmt/go-bitbucket v0.9.80 // indirect
68
67
github.com/manifoldco/promptui v0.9.0 // indirect
69
68
github.com/mattn/go-colorable v0.1.13 // indirect
70
69
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -94,22 +93,20 @@ require (
94
93
github.com/subosito/gotenv v1.6.0 // indirect
95
94
github.com/ulikunitz/xz v0.5.12 // indirect
96
95
github.com/vbauerster/mpb/v8 v8.8.3 // indirect
97
- github.com/xanzy/go-gitlab v0.95.2 // indirect
96
+ github.com/xanzy/go-gitlab v0.110.0 // indirect
98
97
github.com/xanzy/ssh-agent v0.3.3 // indirect
99
98
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
100
99
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
101
100
go.uber.org/atomic v1.9.0 // indirect
102
101
go.uber.org/multierr v1.9.0 // indirect
103
- golang.org/x/crypto v0.27 .0 // indirect
102
+ golang.org/x/crypto v0.28 .0 // indirect
104
103
golang.org/x/mod v0.21.0 // indirect
105
- golang.org/x/net v0.29 .0 // indirect
106
- golang.org/x/oauth2 v0.18 .0 // indirect
107
- golang.org/x/sys v0.25 .0 // indirect
108
- golang.org/x/term v0.24 .0 // indirect
104
+ golang.org/x/net v0.30 .0 // indirect
105
+ golang.org/x/oauth2 v0.20 .0 // indirect
106
+ golang.org/x/sys v0.26 .0 // indirect
107
+ golang.org/x/term v0.25 .0 // indirect
109
108
golang.org/x/time v0.5.0 // indirect
110
- golang.org/x/tools v0.25.0 // indirect
111
- google.golang.org/appengine v1.6.8 // indirect
112
- google.golang.org/protobuf v1.33.0 // indirect
109
+ golang.org/x/tools v0.26.0 // indirect
113
110
gopkg.in/ini.v1 v1.67.0 // indirect
114
111
gopkg.in/warnings.v0 v0.1.2 // indirect
115
112
)
0 commit comments