aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 1bc712378099061909f8dd43eef663a214678d10 (plain)
1
2
3
4
5
6
7
8
9
module shell-game-launcher

go 1.17

require (
	github.com/pkg/errors v0.9.1
	golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)