Files
go-xmlsec/go.mod
2018-12-13 20:33:29 +01:00

12 lines
421 B
Modula-2

module git.deineagentur.com/DeineAgenturUG/go-xmlsec
require (
github.com/beevik/etree v1.0.1 // indirect
github.com/crewjam/errset v0.0.0-20160219153700-f78d65de925c
github.com/kr/pretty v0.1.0 // indirect
github.com/ma314smith/signedxml v0.0.0-20161222022618-9781f7e0c2f1
github.com/pkg/errors v0.8.0
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)