Skip to content

Commit e5e8dba

Browse files
build(deps): bump github.com/xanzy/go-gitlab from 0.70.0 to 0.71.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.70.0 to 0.71.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](xanzy/go-gitlab@v0.70.0...v0.71.0) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 331e9bb commit e5e8dba

File tree

2 files changed

+241
-16
lines changed

2 files changed

+241
-16
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/hashicorp/terraform-plugin-sdk/v2 v2.19.0
99
github.com/mitchellh/hashstructure v1.1.0
1010
github.com/onsi/gomega v1.20.0
11-
github.com/xanzy/go-gitlab v0.70.0
11+
github.com/xanzy/go-gitlab v0.71.0
1212
)
1313

1414
require (
@@ -51,14 +51,14 @@ require (
5151
github.com/vmihailenco/tagparser v0.1.1 // indirect
5252
github.com/zclconf/go-cty v1.10.0 // indirect
5353
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 // indirect
54-
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
55-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
56-
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
54+
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
55+
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect
56+
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
5757
golang.org/x/text v0.3.7 // indirect
58-
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
58+
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
5959
google.golang.org/appengine v1.6.7 // indirect
6060
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
6161
google.golang.org/grpc v1.48.0 // indirect
62-
google.golang.org/protobuf v1.28.0 // indirect
62+
google.golang.org/protobuf v1.28.1 // indirect
6363
gopkg.in/yaml.v3 v3.0.1 // indirect
6464
)

0 commit comments

Comments
 (0)