add clientcredentials pkg for oauth2

This commit is contained in:
jybp
2019-05-29 21:20:49 +02:00
parent a63792e92f
commit b2dc7a86fd
5 changed files with 172 additions and 104 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/jybp/ebay
go 1.12
require (
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.3.0
golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0
)