@@ -21,11 +21,11 @@ require (
21
21
github.com/spf13/cobra v1.7.0
22
22
github.com/spf13/pflag v1.0.5
23
23
github.com/spf13/viper v1.15.0
24
- github.com/stretchr/testify v1.8.2
24
+ github.com/stretchr/testify v1.8.4
25
25
github.com/thedevsaddam/gojsonq/v2 v2.5.2
26
26
github.com/vbauerster/mpb/v8 v8.4.0
27
27
github.com/xanzy/go-gitlab v0.83.0
28
- golang.org/x/net v0.17 .0
28
+ golang.org/x/net v0.19 .0
29
29
golang.org/x/oauth2 v0.8.0
30
30
gopkg.in/yaml.v3 v3.0.1
31
31
)
@@ -36,15 +36,15 @@ require (
36
36
cloud.google.com/go/compute/metadata v0.2.3 // indirect
37
37
cloud.google.com/go/iam v0.13.0 // indirect
38
38
cloud.google.com/go/storage v1.29.0 // indirect
39
+ dario.cat/mergo v1.0.0 // indirect
39
40
github.com/BurntSushi/toml v1.2.1 // indirect
40
41
github.com/CycloneDX/cyclonedx-go v0.7.0 // indirect
41
42
github.com/Masterminds/semver/v3 v3.2.0 // indirect
42
- github.com/Microsoft/go-winio v0.6.0 // indirect
43
+ github.com/Microsoft/go-winio v0.6.1 // indirect
43
44
github.com/OneOfOne/xxhash v1.2.8 // indirect
44
- github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
45
+ github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
45
46
github.com/VividCortex/ewma v1.2.0 // indirect
46
47
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
47
- github.com/acomagu/bufpipe v1.0.3 // indirect
48
48
github.com/agnivade/levenshtein v1.1.1 // indirect
49
49
github.com/bombsimon/logrusr/v2 v2.0.1 // indirect
50
50
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0 // indirect
@@ -53,6 +53,7 @@ require (
53
53
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
54
54
github.com/containerd/stargz-snapshotter/estargz v0.13.0 // indirect
55
55
github.com/containerd/typeurl v1.0.2 // indirect
56
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
56
57
github.com/davecgh/go-spew v1.1.1 // indirect
57
58
github.com/docker/cli v23.0.0-rc.1+incompatible // indirect
58
59
github.com/docker/distribution v2.8.2+incompatible // indirect
@@ -61,9 +62,9 @@ require (
61
62
github.com/emirpasic/gods v1.18.1 // indirect
62
63
github.com/fsnotify/fsnotify v1.6.0 // indirect
63
64
github.com/ghodss/yaml v1.0.0 // indirect
64
- github.com/go-git/gcfg v1.5.0 // indirect
65
- github.com/go-git/go-billy/v5 v5.4.1 // indirect
66
- github.com/go-git/go-git/v5 v5.5.2 // indirect
65
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
66
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
67
+ github.com/go-git/go-git/v5 v5.11.0 // indirect
67
68
github.com/go-logr/logr v1.2.4 // indirect
68
69
github.com/gobwas/glob v0.2.3 // indirect
69
70
github.com/gogo/protobuf v1.3.2 // indirect
@@ -74,7 +75,6 @@ require (
74
75
github.com/google/go-containerregistry v0.12.1 // indirect
75
76
github.com/google/go-github/v38 v38.1.0 // indirect
76
77
github.com/google/go-github/v45 v45.2.0 // indirect
77
- github.com/google/go-github/v57 v57.0.0 // indirect
78
78
github.com/google/go-querystring v1.1.0 // indirect
79
79
github.com/google/osv-scanner v1.2.1-0.20230302232134-592acbc2539b // indirect
80
80
github.com/google/uuid v1.3.0 // indirect
@@ -84,7 +84,6 @@ require (
84
84
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
85
85
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
86
86
github.com/hashicorp/hcl v1.0.0 // indirect
87
- github.com/imdario/mergo v0.3.13 // indirect
88
87
github.com/inconshreveable/mousetrap v1.1.0 // indirect
89
88
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
90
89
github.com/jedib0t/go-pretty/v6 v6.4.4 // indirect
@@ -100,7 +99,7 @@ require (
100
99
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
101
100
github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170 // indirect
102
101
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
103
- github.com/pjbgf/sha1cd v0.2.3 // indirect
102
+ github.com/pjbgf/sha1cd v0.3.0 // indirect
104
103
github.com/pkg/errors v0.9.1 // indirect
105
104
github.com/pmezard/go-difflib v1.0.0 // indirect
106
105
github.com/qri-io/jsonpointer v0.1.1 // indirect
@@ -111,7 +110,7 @@ require (
111
110
github.com/sergi/go-diff v1.1.0 // indirect
112
111
github.com/shurcooL/graphql v0.0.0-20220520033453-bdb1221e171e // indirect
113
112
github.com/sirupsen/logrus v1.9.0 // indirect
114
- github.com/skeema/knownhosts v1.1.0 // indirect
113
+ github.com/skeema/knownhosts v1.2.1 // indirect
115
114
github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 // indirect
116
115
github.com/spdx/tools-golang v0.4.0 // indirect
117
116
github.com/spf13/afero v1.9.3 // indirect
@@ -128,13 +127,13 @@ require (
128
127
gocloud.dev v0.29.0 // indirect
129
128
golang.org/x/crypto v0.17.0 // indirect
130
129
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
131
- golang.org/x/mod v0.8 .0 // indirect
132
- golang.org/x/sync v0.1 .0 // indirect
130
+ golang.org/x/mod v0.12 .0 // indirect
131
+ golang.org/x/sync v0.3 .0 // indirect
133
132
golang.org/x/sys v0.15.0 // indirect
134
133
golang.org/x/term v0.15.0 // indirect
135
134
golang.org/x/text v0.14.0 // indirect
136
135
golang.org/x/time v0.3.0 // indirect
137
- golang.org/x/tools v0.6 .0 // indirect
136
+ golang.org/x/tools v0.13 .0 // indirect
138
137
golang.org/x/vuln v0.0.0-20230118164824-4ec8867cc0e6 // indirect
139
138
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
140
139
google.golang.org/api v0.114.0 // indirect
0 commit comments