feat(gonf): implement the gonf deploy cli command

This commit is contained in:
Julien Dessaux 2024-05-03 00:24:21 +02:00
parent 8b9195e3e3
commit 0459fac5d3
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 231 additions and 0 deletions

4
go.mod
View file

@ -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