Newer
Older
sisyphe-go / go.mod
@Nacim Nacim on 4 Mar 2022 718 bytes add xpath
module sisyphe

go 1.17

require (
	github.com/TwiN/go-color v1.1.0
	github.com/antchfx/xmlquery v1.3.9
	github.com/gabriel-vasile/mimetype v1.4.0
	github.com/goccy/go-json v0.9.4
	github.com/sirupsen/logrus v1.8.1
	github.com/stretchr/testify v1.6.1
)

require (
	github.com/antchfx/xpath v1.2.0 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
	golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
	golang.org/x/text v0.3.7 // indirect
	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)