This commit is contained in:
Bel LaPointe
2023-04-10 10:27:33 -06:00
parent 79c4d04509
commit d39498ff84
11 changed files with 281 additions and 19 deletions

3
go.mod
View File

@@ -4,5 +4,8 @@ go 1.16
require (
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
)