fix(cli): added implementation for token to client for caching (#29)
This commit is contained in:
parent
9fa707c923
commit
303fdfc421
3 changed files with 15 additions and 4 deletions
1
go.mod
1
go.mod
|
@ -5,6 +5,7 @@ go 1.13
|
|||
require (
|
||||
github.com/caos/logging v0.0.0-20191210002624-b3260f690a6a
|
||||
github.com/golang/mock v1.4.3
|
||||
github.com/google/go-cmp v0.4.1 // indirect
|
||||
github.com/google/go-github/v31 v31.0.0
|
||||
github.com/google/uuid v1.1.1
|
||||
github.com/gorilla/handlers v1.4.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue