registering works

This commit is contained in:
2023-03-29 09:13:09 +11:00
parent 7495a341cd
commit f561f466a2
5 changed files with 10 additions and 20 deletions

2
go.mod
View File

@@ -5,6 +5,7 @@ go 1.19
require (
github.com/gin-gonic/gin v1.9.0
github.com/jmoiron/sqlx v1.3.5
golang.org/x/crypto v0.7.0
modernc.org/sqlite v1.21.0
)
@@ -30,7 +31,6 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect