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

steeve.chailloux's avatar
steeve.chailloux committed

require (
Florent Aide's avatar
Florent Aide committed
	github.com/hashicorp/hcl v1.0.0 // indirect
	golang.org/x/sys v0.0.0-20220913175220-63ea55921009 // indirect
Florent Aide's avatar
Florent Aide committed
	golang.org/x/text v0.3.7 // indirect
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
Florent Aide's avatar
Florent Aide committed
	gopkg.in/ini.v1 v1.66.4 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
)