This commit is contained in:
bel
2022-06-26 21:55:19 -06:00
parent e29dc1b5d8
commit 0e2b602b9d
2 changed files with 274 additions and 0 deletions

19
go.mod Normal file
View File

@@ -0,0 +1,19 @@
module local/oauth2
go 1.16
require (
github.com/google/uuid v1.3.0
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
local/args v0.0.0-00010101000000-000000000000
local/router v0.0.0-00010101000000-000000000000
local/storage v0.0.0-00010101000000-000000000000
)
replace local/storage => ../storage
replace local/router => ../router
replace local/args => ../args
replace local/logb => ../logb