summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-06 20:05:14 +0300
committerAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-06 20:05:14 +0300
commite2509238d2b7566492e3f0a6b71563277487c98e (patch)
tree191a14e7849071d6603389af4e80a2c7840d8e2d /go.mod
initial
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..612a4b7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module gitrepo.ru/neonxp/middleware
+
+go 1.22.1
+
+require (
+ github.com/google/uuid v1.6.0
+ golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
+)