Implement parallel processing of instructions
This commit is contained in:
4
go.mod
4
go.mod
@@ -1,10 +1,11 @@
|
||||
module cln
|
||||
|
||||
go 1.21.7
|
||||
go 1.23.6
|
||||
|
||||
require gopkg.in/yaml.v3 v3.0.1
|
||||
|
||||
require (
|
||||
git.site.quack-lab.dev/dave/cyutils v1.4.0
|
||||
github.com/bmatcuk/doublestar/v4 v4.8.1
|
||||
github.com/stretchr/testify v1.11.1
|
||||
)
|
||||
@@ -12,4 +13,5 @@ require (
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
golang.org/x/time v0.12.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user