Bump dependencies (#592)
* Bump dependencies * Fix missing dependencies that were not previously fetched
This commit is contained in:
parent
8b0f60a470
commit
2133e6bf59
44 changed files with 10555 additions and 2 deletions
14
vendor/src/gopkg.in/macaroon.v2/export_test.go
vendored
Normal file
14
vendor/src/gopkg.in/macaroon.v2/export_test.go
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
package macaroon
|
||||
|
||||
var (
|
||||
AddThirdPartyCaveatWithRand = (*Macaroon).addThirdPartyCaveatWithRand
|
||||
)
|
||||
|
||||
type MacaroonJSONV2 macaroonJSONV2
|
||||
|
||||
// SetVersion sets the version field of m to v;
|
||||
// usually so that we can compare it for deep equality with
|
||||
// another differently unmarshaled macaroon.
|
||||
func (m *Macaroon) SetVersion(v Version) {
|
||||
m.version = v
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue