File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,13 @@ module github.com/gitlabhq/terraform-provider-gitlab
2
2
3
3
go 1.17
4
4
5
- // we are waiting for a new release
6
- replace github.com/xanzy/go-gitlab => ../go-gitlab
7
-
8
5
require (
9
6
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
10
7
github.com/hashicorp/go-retryablehttp v0.7.1
11
8
github.com/hashicorp/terraform-plugin-sdk/v2 v2.15.0
12
9
github.com/mitchellh/hashstructure v1.1.0
13
10
github.com/onsi/gomega v1.19.0
14
- github.com/xanzy/go-gitlab v0.64 .0
11
+ github.com/xanzy/go-gitlab v0.65 .0
15
12
)
16
13
17
14
require (
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ github.com/vmihailenco/msgpack/v4 v4.3.12 h1:07s4sz9IReOgdikxLTKNbBdqDMLsjPKXwvC
311
311
github.com/vmihailenco/msgpack/v4 v4.3.12 /go.mod h1:gborTTJjAo/GWTqqRjrLCn9pgNN+NXzzngzBKDPIqw4 =
312
312
github.com/vmihailenco/tagparser v0.1.1 h1:quXMXlA39OCbd2wAdTsGDlK9RkOk6Wuw+x37wVyIuWY =
313
313
github.com/vmihailenco/tagparser v0.1.1 /go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgqMEUPoW2WPyhdI =
314
- github.com/xanzy/go-gitlab v0.64 .0 h1:rMgQdW9S1w3qvNAH2LYpFd2xh7KNLk+JWJd7sorNuTc =
315
- github.com/xanzy/go-gitlab v0.64 .0 /go.mod h1:F0QEXwmqiBUxCgJm8fE9S+1veX4XC9Z4cfaAbqwk4YM =
314
+ github.com/xanzy/go-gitlab v0.65 .0 h1:9xSA9cRVhz3Z54JacIHdvWnNmNAoSz/BDnyMGOf3yIg =
315
+ github.com/xanzy/go-gitlab v0.65 .0 /go.mod h1:F0QEXwmqiBUxCgJm8fE9S+1veX4XC9Z4cfaAbqwk4YM =
316
316
github.com/xanzy/ssh-agent v0.3.0 h1:wUMzuKtKilRgBAD1sUb8gOwwRr2FGoBVumcjoOACClI =
317
317
github.com/xanzy/ssh-agent v0.3.0 /go.mod h1:3s9xbODqPuuhK9JV1R321M/FlMZSBvE5aY6eAcqrDh0 =
318
318
github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
You can’t perform that action at this time.
0 commit comments