File: go.mod

package info (click to toggle)
golang-github-russellhaering-goxmldsig 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 248 kB
  • sloc: sh: 11; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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
)