From fd70f95224374d23157ee7c0357733102cd0df53 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 18 Aug 2024 13:29:54 +0300 Subject: initial --- go.mod | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..40c013c --- /dev/null +++ b/go.mod @@ -0,0 +1,28 @@ +module gitrepo.ru/neonxp/track + +go 1.22.5 + +require go.etcd.io/bbolt v1.3.10 + +require ( + github.com/golang-jwt/jwt v3.2.2+incompatible // indirect + github.com/labstack/gommon v0.4.2 // indirect + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + github.com/valyala/fasttemplate v1.2.2 // indirect + go.neonxp.ru/objectid v0.0.2 // indirect + golang.org/x/crypto v0.22.0 // indirect + golang.org/x/net v0.24.0 // indirect + golang.org/x/text v0.14.0 // indirect + golang.org/x/time v0.5.0 // indirect +) + +require ( + github.com/alexedwards/scs/boltstore v0.0.0-20240316134038-7e11d57e8885 + github.com/alexedwards/scs/v2 v2.8.0 + github.com/labstack/echo/v4 v4.12.0 + github.com/spazzymoto/echo-scs-session v1.0.0 + go.neonxp.ru/mux v0.0.0-20240729221623-376839b264c7 + golang.org/x/sys v0.19.0 // indirect +) -- cgit v1.2.3