summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-05-03 00:24:21 +0200
committerJulien Dessaux2024-05-03 00:24:21 +0200
commit0459fac5d31f3d70bf6b6cc65e290cf9758b99eb (patch)
tree48fa34f409d9622818822538be88349a4d4c5d64 /go.mod
parentchore(gonf): fix errcheck and shadow errors (diff)
downloadgonf-0459fac5d31f3d70bf6b6cc65e290cf9758b99eb.tar.gz
gonf-0459fac5d31f3d70bf6b6cc65e290cf9758b99eb.tar.bz2
gonf-0459fac5d31f3d70bf6b6cc65e290cf9758b99eb.zip
feat(gonf): implement the gonf deploy cli command
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index d220e11..5e4be7e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,7 @@
module git.adyxax.org/adyxax/gonf/v2
go 1.22.1
+
+require golang.org/x/crypto v0.22.0
+
+require golang.org/x/sys v0.19.0 // indirect