Strict name matching for Repository.GetTagID() (#8074)

* Strict name matching for Repository.GetTagID()

* Perform make swagger-check swagger-validate vendor

* Add test for GetTagID()
This commit is contained in:
guillep2k 2019-09-04 02:48:17 -03:00 committed by Lauris BH
parent d9545f9ecc
commit 4cb1bdddc8
33 changed files with 1801 additions and 11 deletions

4
go.mod
View file

@ -105,9 +105,9 @@ require (
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190902133755-9109b7679e13
golang.org/x/sys v0.0.0-20190904005037-43c01164e931
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20190830223141-573d9926052a // indirect
golang.org/x/tools v0.0.0-20190903163617-be0da057c5e3 // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect