Skip to content
Snippets Groups Projects
go.mod 3.85 KiB
Newer Older
  • Learn to ignore specific revisions
  • require (
    
    	code.vereign.com/gaiax/tsa/golib v0.0.0-20220617105657-d5117fe7a1f4
    
    	github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693
    
    	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
    )
    
    	github.com/btcsuite/btcd v0.22.0-beta // indirect
    	github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect
    
    	github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect
    	github.com/dimfeld/httptreemux/v5 v5.4.0 // indirect
    
    	github.com/google/tink/go v1.6.1-0.20210519071714-58be99b3c4d0 // indirect
    
    	github.com/hyperledger/aries-framework-go/spi v0.0.0-20220322085443-50e8f9bd208b // indirect
    
    	github.com/kilic/bls12-381 v0.1.1-0.20210503002446-7b7597926c69 // indirect
    	github.com/klauspost/compress v1.13.6 // indirect
    
    	github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect
    
    	github.com/pkg/errors v0.9.1 // indirect
    	github.com/pmezard/go-difflib v1.0.0 // indirect
    	github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
    
    	github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8 // indirect
    	github.com/xdg-go/pbkdf2 v1.0.0 // indirect
    	github.com/xdg-go/scram v1.0.2 // indirect
    	github.com/xdg-go/stringprep v1.0.2 // indirect
    	github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
    	github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
    	github.com/xeipuuv/gojsonschema v1.2.0 // indirect
    	github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
    
    	github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect
    
    	go.uber.org/atomic v1.9.0 // indirect
    
    	golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
    
    	golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
    
    	golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
    
    	golang.org/x/text v0.3.7 // indirect
    
    	golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
    
    	gopkg.in/yaml.v3 v3.0.1 // indirect