Started working on running the pipeline

This commit is contained in:
Leon Mika 2023-04-24 02:47:47 +00:00
parent 19446235e0
commit 1c08248c69
4 changed files with 85 additions and 0 deletions

12
go.mod
View file

@ -1,3 +1,15 @@
module github.com/lmika/scriptx
go 1.20
require (
github.com/bitfield/script v0.22.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/itchyny/gojq v0.12.12 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
mvdan.cc/sh/v3 v3.6.0 // indirect
)