summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-03-24 23:25:02 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-03-24 23:25:02 +0300
commitcc3ae00bbbe3bd0e04d1821e4bb54a7d8545d0a3 (patch)
treec17e0f623c038f35ff191572717213d6374da75c /go.mod
initial
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2dac8cc
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module go.neonxp.dev/pkg
+
+go 1.18
+
+require github.com/go-chi/chi/v5 v5.0.7