Newer
Older
sisyphe-go / go.mod
module sisyphe

go 1.17

require (
	github.com/TwiN/go-color v1.1.0
	github.com/antchfx/xmlquery v1.3.10
	github.com/antchfx/xpath v1.2.0
	github.com/gabriel-vasile/mimetype v1.4.0
	github.com/goccy/go-json v0.9.7
	github.com/sirupsen/logrus v1.8.1
	github.com/stretchr/testify v1.7.1
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
	golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32 // indirect
	golang.org/x/text v0.3.7 // indirect
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)