-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Patrick Veverka
committed
Dec 9, 2019
1 parent
879bdad
commit a5eea2a
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ require ( | |
github.com/google/go-querystring v1.0.0 | ||
github.com/hashicorp/go-cleanhttp v0.5.0 | ||
github.com/hashicorp/go-retryablehttp v0.5.2 | ||
github.com/hashicorp/go-service v0.0.0-20190301095854-3ec4b98dc730 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
veverkap
Contributor
|
||
github.com/hashicorp/go-slug v0.4.1 | ||
github.com/hashicorp/go-uuid v1.0.1 | ||
github.com/stretchr/testify v1.3.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@veverkap How did this get here?
Edit: I ask because I'm updating a dep in #93 and seeing an unexpected merge conflict. I also don't really understand how go.mod works or how this could've been added. Maybe it was a mistake? I honestly have no idea.