Skip to content

Commit 8f258ba

Browse files
fix(deps): update module github.com/xanzy/go-gitlab to v0.114.0 (#3621)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e16a29 commit 8f258ba

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ require (
2424
github.com/TheZeroSlave/zapsentry v1.23.0
2525
github.com/adrg/strutil v0.3.1
2626
github.com/alecthomas/kingpin/v2 v2.4.0
27+
github.com/avast/apkparser v0.0.0-20240729092610-90591e0804ae
2728
github.com/aws/aws-sdk-go v1.55.5
2829
github.com/aymanbagabas/go-osc52 v1.2.2
2930
github.com/bill-rich/go-syslog v0.0.0-20220413021637-49edb52a574c
@@ -37,6 +38,7 @@ require (
3738
github.com/coinbase/waas-client-library-go v1.0.8
3839
github.com/couchbase/gocb/v2 v2.9.2
3940
github.com/crewjam/rfc5424 v0.1.0
41+
github.com/csnewman/dextk v0.3.0
4042
github.com/dustin/go-humanize v1.0.1
4143
github.com/elastic/go-elasticsearch/v8 v8.16.0
4244
github.com/envoyproxy/protoc-gen-validate v1.1.0
@@ -98,7 +100,7 @@ require (
98100
github.com/testcontainers/testcontainers-go/modules/postgres v0.34.0
99101
github.com/trufflesecurity/disk-buffer-reader v0.2.1
100102
github.com/wasilibs/go-re2 v1.7.0
101-
github.com/xanzy/go-gitlab v0.113.0
103+
github.com/xanzy/go-gitlab v0.114.0
102104
github.com/xo/dburl v0.23.2
103105
go.mongodb.org/mongo-driver v1.17.1
104106
go.uber.org/automaxprocs v1.6.0
@@ -156,7 +158,6 @@ require (
156158
github.com/apache/arrow/go/v14 v14.0.2 // indirect
157159
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
158160
github.com/atotto/clipboard v0.1.4 // indirect
159-
github.com/avast/apkparser v0.0.0-20240729092610-90591e0804ae // indirect
160161
github.com/aws/smithy-go v1.20.1 // indirect
161162
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
162163
github.com/aymerick/douceur v0.2.0 // indirect
@@ -182,7 +183,6 @@ require (
182183
github.com/couchbase/goprotostellar v1.0.2 // indirect
183184
github.com/couchbaselabs/gocbconnstr/v2 v2.0.0-20240607131231-fb385523de28 // indirect
184185
github.com/cpuguy83/dockercfg v0.3.2 // indirect
185-
github.com/csnewman/dextk v0.3.0 // indirect
186186
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
187187
github.com/danieljoos/wincred v1.1.2 // indirect
188188
github.com/davecgh/go-spew v1.1.1 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,8 @@ github.com/xanzy/go-gitlab v0.112.0 h1:6Z0cqEooCvBMfBIHw+CgO4AKGRV8na/9781xOb0+D
872872
github.com/xanzy/go-gitlab v0.112.0/go.mod h1:wKNKh3GkYDMOsGmnfuX+ITCmDuSDWFO0G+C4AygL9RY=
873873
github.com/xanzy/go-gitlab v0.113.0 h1:v5O4R+YZbJGxKqa9iIZxjMyeKkMKBN8P6sZsNl+YckM=
874874
github.com/xanzy/go-gitlab v0.113.0/go.mod h1:wKNKh3GkYDMOsGmnfuX+ITCmDuSDWFO0G+C4AygL9RY=
875+
github.com/xanzy/go-gitlab v0.114.0 h1:0wQr/KBckwrZPfEMjRqpUz0HmsKKON9UhCYv9KDy19M=
876+
github.com/xanzy/go-gitlab v0.114.0/go.mod h1:wKNKh3GkYDMOsGmnfuX+ITCmDuSDWFO0G+C4AygL9RY=
875877
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
876878
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
877879
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=

0 commit comments

Comments
 (0)