summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-08-18 13:29:54 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-08-18 13:29:54 +0300
commitfd70f95224374d23157ee7c0357733102cd0df53 (patch)
treee490c12e021cedaf211b292d5d623baa32a673fc /go.mod
initialHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod28
1 files changed, 28 insertions, 0 deletions
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
+)