1
1
module github.com/jfrog/frogbot/v2
2
2
3
- go 1.23.4
3
+ go 1.23.7
4
4
5
5
require (
6
- github.com/go-git/go-git/v5 v5.13.2
6
+ github.com/go-git/go-git/v5 v5.14.0
7
7
github.com/golang/mock v1.6.0
8
8
github.com/google/go-github/v45 v45.2.0
9
9
github.com/jfrog/build-info-go v1.10.10
10
10
github.com/jfrog/froggit-go v1.17.0
11
11
github.com/jfrog/gofrog v1.7.6
12
- github.com/jfrog/jfrog-cli-artifactory v0.2.1
13
- github.com/jfrog/jfrog-cli-core/v2 v2.58.2
14
- github.com/jfrog/jfrog-cli-security v1.16.1
15
- github.com/jfrog/jfrog-client-go v1.51.1
12
+ github.com/jfrog/jfrog-cli-artifactory v0.2.4
13
+ github.com/jfrog/jfrog-cli-core/v2 v2.58.4
14
+ github.com/jfrog/jfrog-cli-security v1.17.0
15
+ github.com/jfrog/jfrog-client-go v1.52.0
16
16
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
17
17
github.com/owenrumney/go-sarif/v2 v2.3.1
18
18
github.com/stretchr/testify v1.10.0
19
19
github.com/urfave/cli/v2 v2.27.4
20
20
github.com/xeipuuv/gojsonschema v1.2.0
21
- golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
21
+ golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
22
22
gopkg.in/yaml.v2 v2.4.0
23
23
gopkg.in/yaml.v3 v3.0.1
24
24
)
@@ -28,7 +28,7 @@ require (
28
28
github.com/BurntSushi/toml v1.4.0 // indirect
29
29
github.com/CycloneDX/cyclonedx-go v0.9.2 // indirect
30
30
github.com/Microsoft/go-winio v0.6.2 // indirect
31
- github.com/ProtonMail/go-crypto v1.1.5 // indirect
31
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
32
32
github.com/andybalholm/brotli v1.1.1 // indirect
33
33
github.com/buger/jsonparser v1.1.1 // indirect
34
34
github.com/c-bata/go-prompt v0.2.5 // indirect
@@ -39,13 +39,13 @@ require (
39
39
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
40
40
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
41
41
github.com/emirpasic/gods v1.18.1 // indirect
42
- github.com/forPelevin/gomoji v1.2 .0 // indirect
42
+ github.com/forPelevin/gomoji v1.3 .0 // indirect
43
43
github.com/fsnotify/fsnotify v1.7.0 // indirect
44
44
github.com/gfleury/go-bitbucket-v1 v0.0.0-20230825095122-9bc1711434ab // indirect
45
45
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
46
46
github.com/go-git/go-billy/v5 v5.6.2 // indirect
47
47
github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1 // indirect
48
- github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
48
+ github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
49
49
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
50
50
github.com/golang/snappy v0.0.4 // indirect
51
51
github.com/google/go-github/v56 v56.0.0 // indirect
@@ -104,27 +104,27 @@ require (
104
104
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
105
105
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
106
106
go.uber.org/multierr v1.11.0 // indirect
107
- golang.org/x/crypto v0.32 .0 // indirect
108
- golang.org/x/mod v0.23 .0 // indirect
109
- golang.org/x/net v0.34 .0 // indirect
107
+ golang.org/x/crypto v0.36 .0 // indirect
108
+ golang.org/x/mod v0.24 .0 // indirect
109
+ golang.org/x/net v0.38 .0 // indirect
110
110
golang.org/x/oauth2 v0.20.0 // indirect
111
- golang.org/x/sync v0.11 .0 // indirect
112
- golang.org/x/sys v0.30 .0 // indirect
113
- golang.org/x/term v0.29 .0 // indirect
114
- golang.org/x/text v0.21 .0 // indirect
111
+ golang.org/x/sync v0.12 .0 // indirect
112
+ golang.org/x/sys v0.31 .0 // indirect
113
+ golang.org/x/term v0.30 .0 // indirect
114
+ golang.org/x/text v0.23 .0 // indirect
115
115
golang.org/x/time v0.5.0 // indirect
116
116
gopkg.in/ini.v1 v1.67.0 // indirect
117
117
gopkg.in/warnings.v0 v0.1.2 // indirect
118
118
)
119
119
120
- replace github.com/jfrog/jfrog-cli-security => github.com/jfrog/jfrog-cli-security v1.16.3-0.20250402121228-12cce9f88504
120
+ // replace github.com/jfrog/jfrog-cli-security => github.com/jfrog/jfrog-cli-security dev
121
121
122
122
// replace github.com/jfrog/jfrog-cli-core/v2 => github.com/jfrog/jfrog-cli-core/v2 dev
123
123
124
- // replace github.com/jfrog/jfrog-cli-artifactory => github.com/jfrog/jfrog-cli-artifactory dev
124
+ // replace github.com/jfrog/jfrog-cli-artifactory => github.com/jfrog/jfrog-cli-artifactory main
125
125
126
126
// replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go dev
127
127
128
- replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go v1.28.1-0.20250402063549-14e8fd119680
128
+ // replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go dev
129
129
130
130
// replace github.com/jfrog/froggit-go => github.com/jfrog/froggit-go master
0 commit comments