from gogs

This commit is contained in:
Bel LaPointe
2023-11-09 08:15:01 -07:00
parent d39498ff84
commit e549308d98
11 changed files with 31 additions and 31 deletions

8
go.mod
View File

@@ -1,11 +1,11 @@
module gogs.inhome.blapointe.com/local/oauth2
module gitea.inhome.blapointe.com/local/oauth2
go 1.16
require (
gitea.inhome.blapointe.com/local/args v0.0.0-20231109145953-eb2e1c1b8d56
gitea.inhome.blapointe.com/local/router v0.0.0-20231109150317-e6b81bf7c23c
gitea.inhome.blapointe.com/local/storage v0.0.0-20231109151437-2c15c093bbfe
github.com/google/uuid v1.3.0
gogs.inhome.blapointe.com/local/args v0.0.0-20230410154220-44370f257b34
gogs.inhome.blapointe.com/local/router v0.0.0-20230410162418-08ccdc13df87
gogs.inhome.blapointe.com/local/storage v0.0.0-20230410162102-db39d7b02e29
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
)