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

This commit is contained in:
Stefan Benz 2020-05-27 19:00:28 +02:00 committed by GitHub
parent 9fa707c923
commit 303fdfc421
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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