File: go.mod

package info (click to toggle)
golang-github-russellhaering-goxmldsig 1.1.0-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 276 kB
  • sloc: sh: 11; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/russellhaering/goxmldsig

go 1.15

require (
	github.com/beevik/etree v1.1.0
	github.com/jonboulle/clockwork v0.2.0
	github.com/stretchr/testify v1.6.1
)