wdcli: Update handling of templates
This commit updates the handling of expanding of templates. This is to prepare embeding templates directly as opposed to embedding a single resource directory.
This commit is contained in:
parent
2881a5f65c
commit
e75dc29de1
6 changed files with 234 additions and 111 deletions
2
go.mod
2
go.mod
|
|
@ -3,6 +3,7 @@ module github.com/FAU-CDI/wisski-distillery
|
|||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/FAU-CDI/wdresolve v0.0.0-20220909150742-34bde844301d
|
||||
github.com/Showmax/go-fqdn v1.0.0
|
||||
github.com/alessio/shellescape v1.4.1
|
||||
github.com/feiin/sqlstring v0.3.0
|
||||
|
|
@ -14,7 +15,6 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/FAU-CDI/wdresolve v0.0.0-20220909150742-34bde844301d // indirect
|
||||
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
||||
github.com/jessevdk/go-flags v1.5.0 // indirect
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue