Newer
Older
sisyphe-go / go.mod
@Nacim Nacim on 16 Mar 2022 707 bytes update go and dependencies
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.5
	github.com/sirupsen/logrus v1.8.1
	github.com/stretchr/testify v1.7.0
)

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-20220225172249-27dd8689420f // indirect
	golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
	golang.org/x/text v0.3.7 // indirect
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)