ability to revoke user tokens

This commit is contained in:
Brad Rydzewski
2016-04-08 17:16:45 -07:00
parent 3d475e7e2e
commit a8c50005b0
3 changed files with 19 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ all: gen build
deps:
go get -u golang.org/x/tools/cmd/cover
go get -u golang.org/x/tools/cmd/vet
go get -u github.com/eknkc/amber/...
go get -u github.com/eknkc/amber
go get -u github.com/jteeuwen/go-bindata/...