forked from loafle/openapi-generator-original
* [GO] use latest available oauth2 version * update samples Co-authored-by: William Cheng <wing328hk@gmail.com>
8 lines
120 B
Modula-2
8 lines
120 B
Modula-2
module github.com/GIT_USER_ID/GIT_REPO_ID
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
|
|
)
|