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

Florent Aide's avatar
Florent Aide committed
go 1.17
steeve.chailloux's avatar
steeve.chailloux committed

require (
steeve.chailloux's avatar
steeve.chailloux committed
)
Florent Aide's avatar
Florent Aide committed
	golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
	golang.org/x/text v0.3.7 // indirect
	gopkg.in/ini.v1 v1.66.4 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)