-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: (94 commits) Add type to documentation for create in token auth API (#6622) Merge multiple functions for creating consul containers into one. (#6612) Update deep to pull in default full-level-diff behavior Update base64 decrypt command documentation (#6614) Add some missing default values (#6611) Typo fixes (#6610) UI - no ember cli eslint (#6613) Update githook to work with go mod workflows (#6604) Cut version 1.1.2 Prep for 1.1.2 changelog++ Add a get handler function (#6603) Move cluster logic out of vault package (#6601) Adding common prefix known issue to upgrade guide (#6575) changelog++ UI - write without read for kv (#6570) Add known issue section to the upgrade guide (#6593) Update pre-push hook changelog++ Fix a dropped Okta error (#6592) ...
- Loading branch information
Showing
3,277 changed files
with
270,211 additions
and
220,171 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
module github.com/hashicorp/vault/api | ||
|
||
go 1.12 | ||
|
||
replace github.com/hashicorp/vault/sdk => ../sdk | ||
|
||
require ( | ||
github.com/hashicorp/errwrap v1.0.0 | ||
github.com/hashicorp/go-cleanhttp v0.5.1 | ||
github.com/hashicorp/go-multierror v1.0.0 | ||
github.com/hashicorp/go-retryablehttp v0.5.3 | ||
github.com/hashicorp/go-rootcerts v1.0.0 | ||
github.com/hashicorp/hcl v1.0.0 | ||
github.com/hashicorp/vault/sdk v0.1.8 | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 | ||
gopkg.in/square/go-jose.v2 v2.3.1 | ||
) |
Oops, something went wrong.