mirror of
https://github.com/strongdm/comply
synced 2024-11-17 13:24:53 +00:00
7468711b3b
Releases after github.com/xanzy/go-gitlab@v0.31.0 introduce breaking changes to the NewClient call. Addresses #94
9 lines
147 B
Modula-2
9 lines
147 B
Modula-2
module github.com/hashicorp/go-retryablehttp
|
|
|
|
require (
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
|
github.com/hashicorp/go-hclog v0.9.2
|
|
)
|
|
|
|
go 1.13
|