1
1
module github.com/boostsecurityio/poutine
2
2
3
- go 1.23.0
3
+ go 1.24
4
+
4
5
toolchain go1.24.1
5
6
6
7
require (
7
- github.com/gofri/go-github-ratelimit v1.1.0
8
+ github.com/gofri/go-github-ratelimit v1.1.1
8
9
github.com/google/go-github/v59 v59.0.0
9
10
github.com/hashicorp/go-version v1.7.0
10
11
github.com/olekukonko/tablewriter v0.0.5
11
12
github.com/open-policy-agent/opa v1.3.0
12
13
github.com/owenrumney/go-sarif/v2 v2.3.3
13
14
github.com/package-url/packageurl-go v0.1.3
14
- github.com/rs/zerolog v1.33 .0
15
+ github.com/rs/zerolog v1.34 .0
15
16
github.com/schollz/progressbar/v3 v3.18.0
16
17
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
17
18
github.com/spf13/cobra v1.9.1
18
- github.com/spf13/viper v1.19.0
19
+ github.com/spf13/viper v1.20.1
19
20
github.com/stretchr/testify v1.10.0
20
- gitlab.com/gitlab-org/api/client-go v0.122 .0
21
- golang.org/x/oauth2 v0.26 .0
22
- golang.org/x/sync v0.12 .0
21
+ gitlab.com/gitlab-org/api/client-go v0.127 .0
22
+ golang.org/x/oauth2 v0.29 .0
23
+ golang.org/x/sync v0.13 .0
23
24
gopkg.in/yaml.v3 v3.0.1
24
25
)
25
26
@@ -28,39 +29,38 @@ require (
28
29
github.com/beorn7/perks v1.0.1 // indirect
29
30
github.com/cespare/xxhash/v2 v2.3.0 // indirect
30
31
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
31
- github.com/fsnotify/fsnotify v1.8.0 // indirect
32
+ github.com/dgraph-io/badger/v4 v4.7.0 // indirect
33
+ github.com/fsnotify/fsnotify v1.9.0 // indirect
32
34
github.com/go-ini/ini v1.67.0 // indirect
33
35
github.com/go-logr/logr v1.4.2 // indirect
34
36
github.com/go-logr/stdr v1.2.2 // indirect
37
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
35
38
github.com/gobwas/glob v0.2.3 // indirect
36
39
github.com/google/go-querystring v1.1.0 // indirect
37
40
github.com/google/uuid v1.6.0 // indirect
38
41
github.com/gorilla/mux v1.8.1 // indirect
42
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
39
43
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
40
44
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
41
- github.com/hashicorp/hcl v1.0.0 // indirect
42
45
github.com/inconshreveable/mousetrap v1.1.0 // indirect
43
- github.com/magiconair/properties v1.8.9 // indirect
44
46
github.com/mattn/go-colorable v0.1.14 // indirect
45
47
github.com/mattn/go-isatty v0.0.20 // indirect
46
48
github.com/mattn/go-runewidth v0.0.16 // indirect
47
49
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
48
- github.com/mitchellh/mapstructure v1.5.0 // indirect
49
50
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
50
- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
51
+ github.com/pelletier/go-toml/v2 v2.2.4 // indirect
51
52
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
52
- github.com/prometheus/client_golang v1.21.1 // indirect
53
- github.com/prometheus/client_model v0.6.1 // indirect
54
- github.com/prometheus/common v0.62 .0 // indirect
55
- github.com/prometheus/procfs v0.15.1 // indirect
56
- github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
53
+ github.com/prometheus/client_golang v1.22.0 // indirect
54
+ github.com/prometheus/client_model v0.6.2 // indirect
55
+ github.com/prometheus/common v0.63 .0 // indirect
56
+ github.com/prometheus/procfs v0.16.0 // indirect
57
+ github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
57
58
github.com/rivo/uniseg v0.4.7 // indirect
58
- github.com/sagikazarmark/locafero v0.7.0 // indirect
59
- github.com/sagikazarmark/slog-shim v0.1.0 // indirect
59
+ github.com/sagikazarmark/locafero v0.9.0 // indirect
60
60
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
61
61
github.com/sirupsen/logrus v1.9.3 // indirect
62
62
github.com/sourcegraph/conc v0.3.0 // indirect
63
- github.com/spf13/afero v1.12 .0 // indirect
63
+ github.com/spf13/afero v1.14 .0 // indirect
64
64
github.com/spf13/cast v1.7.1 // indirect
65
65
github.com/spf13/pflag v1.0.6 // indirect
66
66
github.com/subosito/gotenv v1.6.0 // indirect
@@ -74,12 +74,15 @@ require (
74
74
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
75
75
go.opentelemetry.io/otel/trace v1.35.0 // indirect
76
76
go.uber.org/multierr v1.11.0 // indirect
77
- golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
78
- golang.org/x/sys v0.31 .0 // indirect
79
- golang.org/x/term v0.30 .0 // indirect
80
- golang.org/x/text v0.23 .0 // indirect
77
+ golang.org/x/net v0.39.0 // indirect
78
+ golang.org/x/sys v0.32 .0 // indirect
79
+ golang.org/x/term v0.31 .0 // indirect
80
+ golang.org/x/text v0.24 .0 // indirect
81
81
golang.org/x/time v0.11.0 // indirect
82
- google.golang.org/protobuf v1.36.5 // indirect
83
- gopkg.in/ini.v1 v1.67.0 // indirect
82
+ golang.org/x/tools v0.29.0 // indirect
83
+ google.golang.org/genproto/googleapis/api v0.0.0-20250414145226-207652e42e2e // indirect
84
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
85
+ google.golang.org/grpc v1.71.1 // indirect
86
+ google.golang.org/protobuf v1.36.6 // indirect
84
87
sigs.k8s.io/yaml v1.4.0 // indirect
85
88
)
0 commit comments