diff options
author | Julien Dessaux | 2024-05-03 00:24:21 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-05-03 00:24:21 +0200 |
commit | 0459fac5d31f3d70bf6b6cc65e290cf9758b99eb (patch) | |
tree | 48fa34f409d9622818822538be88349a4d4c5d64 /go.mod | |
parent | chore(gonf): fix errcheck and shadow errors (diff) | |
download | gonf-0459fac5d31f3d70bf6b6cc65e290cf9758b99eb.tar.gz gonf-0459fac5d31f3d70bf6b6cc65e290cf9758b99eb.tar.bz2 gonf-0459fac5d31f3d70bf6b6cc65e290cf9758b99eb.zip |
feat(gonf): implement the gonf deploy cli command
Diffstat (limited to '')
-rw-r--r-- | go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |