This commit is contained in:
2018-12-13 20:25:51 +01:00
parent bc74cdd9f0
commit 87e8cedb8c
3 changed files with 37 additions and 5 deletions

13
go.mod
View File

@@ -1 +1,12 @@
module git.deineagentur.com/DeineAgenturUG/go-xmlsec
module git.deineagentur.com/DeineAgenturUG/go-xmlsec2
require (
git.deineagentur.com/DeineAgenturUG/go-xmlsec v0.0.0-20181213183304-bc74cdd9f06f
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
)