feat(gonf): implement the gonf deploy cli command
This commit is contained in:
parent
8b9195e3e3
commit
0459fac5d3
5 changed files with 231 additions and 0 deletions
4
go.mod
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue