summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-09-16 23:44:12 +0200
committerJulien Dessaux2024-09-16 23:44:59 +0200
commitaad0157b42d3a0215d011eac2226f4154bec804c (patch)
treea58e5a73845c60ce05eda743732db05dc30bcdd0 /go.mod
parentchore(gonf): updated dependencies (diff)
downloadgonf-aad0157b42d3a0215d011eac2226f4154bec804c.tar.gz
gonf-aad0157b42d3a0215d011eac2226f4154bec804c.tar.bz2
gonf-aad0157b42d3a0215d011eac2226f4154bec804c.zip
chore(gonf): updated dependencies and fixed go.mod version
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c4b51f2..2fc1a1b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
-module git.adyxax.org/adyxax/gonf/v2
+module git.adyxax.org/adyxax/gonf
-go 1.23.0
+go 1.23.1
require golang.org/x/crypto v0.27.0