aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 972bb7fab1374d625650249efcde79c9882ad03e (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-20210317225723-c4fcb01b228e
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)