aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: b9ab743d1e7a1ef198ebec8102568c8891d98e44 (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-20210809222454-d867a43fc93e
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)