to gogs.inhom

This commit is contained in:
Bel LaPointe
2023-04-10 10:24:33 -06:00
parent 0e2b602b9d
commit 79c4d04509
2 changed files with 1 additions and 263 deletions

13
go.mod
View File

@@ -1,19 +1,8 @@
module local/oauth2
module gogs.inhome.blapointe.com/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