This commit is contained in:
2023-08-07 10:14:38 -04:00
parent a30b1769b3
commit 5dd3fa9451
18 changed files with 548 additions and 276 deletions

18
go.mod
View File

@@ -3,6 +3,20 @@ module git.siteworxpro.com/gun-manager
go 1.19
require (
github.com/gorilla/mux v1.8.0 // indirect
github.com/mattn/go-sqlite3 v1.14.16 // indirect
github.com/labstack/echo/v4 v4.11.1
github.com/mattn/go-sqlite3 v1.14.16
)
require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
)