File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/ilijamt/vault-plugin-secrets-gitlab
22
33go 1.23.4
4+ toolchain go1.24.1
45
56require (
67 github.com/google/uuid v1.6.0
@@ -10,7 +11,7 @@ require (
1011 github.com/hashicorp/vault/sdk v0.15.2
1112 github.com/mitchellh/mapstructure v1.5.0
1213 github.com/stretchr/testify v1.10.0
13- gitlab.com/gitlab-org/api/client-go v0.123 .0
14+ gitlab.com/gitlab-org/api/client-go v0.127 .0
1415 golang.org/x/time v0.11.0
1516 google.golang.org/protobuf v1.36.6
1617 gopkg.in/dnaeon/go-vcr.v4 v4.0.2
Original file line number Diff line number Diff line change @@ -253,8 +253,8 @@ github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf
253253github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 /go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM =
254254github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
255255github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
256- gitlab.com/gitlab-org/api/client-go v0.123 .0 h1:W3LZ5QNyiSCJA0Zchkwz8nQIUzOuDoSWMZtRDT5DjPI =
257- gitlab.com/gitlab-org/api/client-go v0.123 .0 /go.mod h1:Jh0qjLILEdbO6z/OY94RD+3NDQRUKiuFSFYozN6cpKM =
256+ gitlab.com/gitlab-org/api/client-go v0.127 .0 h1:8xnxcNKGF2gDazEoMs+hOZfOspSSw8D0vAoWhQk9U+U =
257+ gitlab.com/gitlab-org/api/client-go v0.127 .0 /go.mod h1:bYC6fPORKSmtuPRyD9Z2rtbAjE7UeNatu2VWHRf4/LE =
258258go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 h1:TT4fX+nBOA/+LUkobKGW1ydGcn+G3vRw9+g5HwCphpk =
259259go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 /go.mod h1:L7UH0GbB0p47T4Rri3uHjbpCFYrVrwc1I25QhNPiGK8 =
260260go.opentelemetry.io/otel v1.31.0 h1:NsJcKPIW0D0H3NgzPDHmo0WW6SptzPdqg/L1zsIm2hY =
You can’t perform that action at this time.
0 commit comments