@@ -9,6 +9,9 @@ replace github.com/jpillora/overseer => github.com/trufflesecurity/overseer v1.2
9
9
// Coinbase archived this library and it has some vulnerable dependencies so we've forked.
10
10
replace github.com/coinbase/waas-client-library-go => github.com/trufflesecurity/waas-client-library-go v1.0.9
11
11
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
+
12
15
require (
13
16
cloud.google.com/go/secretmanager v1.14.7
14
17
cloud.google.com/go/storage v1.50.0
@@ -98,7 +101,7 @@ require (
98
101
github.com/trufflesecurity/disk-buffer-reader v0.2.1
99
102
github.com/wasilibs/go-re2 v1.9.0
100
103
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
102
105
go.mongodb.org/mongo-driver v1.17.4
103
106
go.uber.org/automaxprocs v1.6.0
104
107
go.uber.org/mock v0.5.2
@@ -108,7 +111,7 @@ require (
108
111
golang.org/x/oauth2 v0.30.0
109
112
golang.org/x/sync v0.15.0
110
113
golang.org/x/text v0.26.0
111
- golang.org/x/time v0.11 .0
114
+ golang.org/x/time v0.12 .0
112
115
google.golang.org/api v0.232.0
113
116
google.golang.org/protobuf v1.36.6
114
117
gopkg.in/h2non/gock.v1 v1.1.2
0 commit comments