File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/boostsecurityio/poutine
2
2
3
3
go 1.23.0
4
-
5
4
require (
6
5
github.com/gofri/go-github-ratelimit v1.1.0
7
6
github.com/google/go-github/v59 v59.0.0
@@ -16,7 +15,7 @@ require (
16
15
github.com/spf13/cobra v1.8.1
17
16
github.com/spf13/viper v1.19.0
18
17
github.com/stretchr/testify v1.10.0
19
- gitlab.com/gitlab-org/api/client-go v0.122 .0
18
+ gitlab.com/gitlab-org/api/client-go v0.126 .0
20
19
golang.org/x/oauth2 v0.26.0
21
20
golang.org/x/sync v0.11.0
22
21
gopkg.in/yaml.v3 v3.0.1
Original file line number Diff line number Diff line change @@ -192,8 +192,8 @@ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:
192
192
github.com/yashtewari/glob-intersection v0.2.0 h1:8iuHdN88yYuCzCdjt0gDe+6bAhUwBeEWqThExu54RFg =
193
193
github.com/yashtewari/glob-intersection v0.2.0 /go.mod h1:LK7pIC3piUjovexikBbJ26Yml7g8xa5bsjfx2v1fwok =
194
194
github.com/zclconf/go-cty v1.10.0 /go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk =
195
- gitlab.com/gitlab-org/api/client-go v0.122 .0 h1:Nog85APtgquS+HHkMkP4DiZ6lXlUZYhQKqguS4OJYNM =
196
- gitlab.com/gitlab-org/api/client-go v0.122 .0 /go.mod h1:Jh0qjLILEdbO6z/OY94RD+3NDQRUKiuFSFYozN6cpKM =
195
+ gitlab.com/gitlab-org/api/client-go v0.126 .0 h1:VV5TdkF6pMbEdFGvbR2CwEgJwg6qdg1u3bj5eD2tiWk =
196
+ gitlab.com/gitlab-org/api/client-go v0.126 .0 /go.mod h1:bYC6fPORKSmtuPRyD9Z2rtbAjE7UeNatu2VWHRf4/LE =
197
197
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0 =
198
198
go.opencensus.io v0.24.0 /go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo =
199
199
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA =
You can’t perform that action at this time.
0 commit comments