fix(cli): added implementation for token to client for caching

This commit is contained in:
Stefan Benz 2020-05-27 16:52:48 +02:00
parent 9fa707c923
commit a78fd1bc92
No known key found for this signature in database
GPG key ID: 9D2FE4EA50BEFE68
3 changed files with 15 additions and 4 deletions

1
go.mod
View file

@ -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