Skip to content
Snippets Groups Projects
go.mod 355 B
Newer Older
steeve.chailloux's avatar
steeve.chailloux committed

go 1.16
steeve.chailloux's avatar
steeve.chailloux committed

require (
Florent Aide's avatar
Florent Aide committed
	github.com/go-cmd/cmd v1.4.1 // indirect
steeve.chailloux's avatar
steeve.chailloux committed
	golang.org/dl v0.0.0-20220510203206-88ea6714b1d9 // indirect
Florent Aide's avatar
Florent Aide committed
	gopkg.in/yaml.v2 v2.4.0 // indirect
steeve.chailloux's avatar
steeve.chailloux committed
)