Skip to content

Commit 09ab2c9

Browse files
Merge branch 'main' into update/oss-257
2 parents 0773c72 + 7792f02 commit 09ab2c9

File tree

4 files changed

+311
-56
lines changed

4 files changed

+311
-56
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ replace github.com/jpillora/overseer => github.com/trufflesecurity/overseer v1.2
99
// Coinbase archived this library and it has some vulnerable dependencies so we've forked.
1010
replace github.com/coinbase/waas-client-library-go => github.com/trufflesecurity/waas-client-library-go v1.0.9
1111

12+
// TODO: v1.134.0 is available but deprecates existing Auth methods, should be updated separately
13+
replace gitlab.com/gitlab-org/api/client-go => gitlab.com/gitlab-org/api/client-go v0.129.0
14+
1215
require (
1316
cloud.google.com/go/secretmanager v1.14.7
1417
cloud.google.com/go/storage v1.50.0
@@ -98,7 +101,7 @@ require (
98101
github.com/trufflesecurity/disk-buffer-reader v0.2.1
99102
github.com/wasilibs/go-re2 v1.9.0
100103
github.com/xo/dburl v0.23.8
101-
gitlab.com/gitlab-org/api/client-go v0.127.0
104+
gitlab.com/gitlab-org/api/client-go v0.129.0
102105
go.mongodb.org/mongo-driver v1.17.4
103106
go.uber.org/automaxprocs v1.6.0
104107
go.uber.org/mock v0.5.2
@@ -108,7 +111,7 @@ require (
108111
golang.org/x/oauth2 v0.30.0
109112
golang.org/x/sync v0.15.0
110113
golang.org/x/text v0.26.0
111-
golang.org/x/time v0.11.0
114+
golang.org/x/time v0.12.0
112115
google.golang.org/api v0.232.0
113116
google.golang.org/protobuf v1.36.6
114117
gopkg.in/h2non/gock.v1 v1.1.2

0 commit comments

Comments
 (0)