Skip to content
Snippets Groups Projects
go.mod 622 B
Newer Older
Gabriel Zachmann's avatar
Gabriel Zachmann committed
Gabriel Zachmann's avatar
Gabriel Zachmann committed

require (
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
	github.com/satori/go.uuid v1.2.0
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	golang.org/x/sys v0.0.0-20201027140754-0fcbb8f4928c // indirect
Gabriel Zachmann's avatar
Gabriel Zachmann committed
	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)