Codebase list golang-github-russellhaering-goxmldsig / run/445e7f21-e11f-4efb-9129-96b86e670fc5/main go.mod
run/445e7f21-e11f-4efb-9129-96b86e670fc5/main

Tree @run/445e7f21-e11f-4efb-9129-96b86e670fc5/main (Download .tar.gz)

go.mod @run/445e7f21-e11f-4efb-9129-96b86e670fc5/mainraw · history · blame

module github.com/russellhaering/goxmldsig

go 1.15

require (
	github.com/beevik/etree v1.1.0
	github.com/jonboulle/clockwork v0.2.2
	github.com/kr/pretty v0.3.0 // indirect
	github.com/rogpeppe/go-internal v1.8.0 // indirect
	github.com/stretchr/testify v1.6.1
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)