from gogs

This commit is contained in:
Bel LaPointe
2023-11-09 08:01:21 -07:00
parent 13d2acdf16
commit 14036702ee
9 changed files with 19 additions and 19 deletions

View File

@@ -1,12 +1,12 @@
module gogs.inhome.blapointe.com/contact/cmd/send
module gitea.inhome.blapointe.com/contact/cmd/send
go 1.21.0
replace gogs.inhome.blapointe.com/local-sandbox/contact => ../../
replace gitea.inhome.blapointe.com/local-sandbox/contact => ../../
require (
gogs.inhome.blapointe.com/local-sandbox/contact v0.0.1
gogs.inhome.blapointe.com/local/args v0.0.0-20230410154220-44370f257b34
gitea.inhome.blapointe.com/local-sandbox/contact v0.0.1
gitea.inhome.blapointe.com/local/args v0.0.0-20231109145953-eb2e1c1b8d56
)
require (