Fixed package of scriptx
This commit is contained in:
parent
74afda5110
commit
353b4277cf
6 changed files with 18 additions and 11 deletions
10
go.mod
10
go.mod
|
|
@ -1,15 +1,17 @@
|
|||
module github.com/lmika/scriptx
|
||||
module lmika.dev/pkg/scriptx
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/bitfield/script v0.22.0 // indirect
|
||||
github.com/bitfield/script v0.22.0
|
||||
github.com/stretchr/testify v1.8.2
|
||||
)
|
||||
|
||||
require (
|
||||
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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue