This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to newer libraries of consul Updated documentation for Consul ACL Token
- Loading branch information
Kevin Kamps
committed
Nov 28, 2019
1 parent
0fafea5
commit 813a96a
Showing
4 changed files
with
10 additions
and
5 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
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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
module kevinkamps/registrar | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/docker/distribution v2.7.1+incompatible | ||
github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23 | ||
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 | ||
github.com/fsouza/go-dockerclient v1.3.1 | ||
github.com/hashicorp/consul v1.2.4 | ||
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect | ||
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect | ||
github.com/hashicorp/serf v0.8.1 // indirect | ||
github.com/hashicorp/consul v1.6.2 | ||
github.com/hashicorp/consul/api v1.3.0 | ||
github.com/heroku/docker-registry-client v0.0.0-20181004091502-47ecf50fd8d4 | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.2.1 | ||
) |
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