blob: 8924672ef4763dabc60e61fa4eb1f05a4665bf23 (
plain)
1
2
3
4
5
6
7
8
9
|
module shell-game-launcher
go 1.15
require (
github.com/pkg/errors v0.9.1
golang.org/x/sys v0.0.0-20201223074533-0d417f636930
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
|