aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 6d6f57f6dc9d7ad2d87e25433ca2da3b80e1821b (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-20210113181707-4bcb84eeeb78
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)