Skip to content
Snippets Groups Projects
go.mod 1.1 KiB
Newer Older
  • Learn to ignore specific revisions
  • go 1.11
    
    godog's avatar
    godog committed
    
    require (
    
    godog's avatar
    godog committed
    	github.com/amoghe/go-crypt v0.0.0-20191109212615-b2ff80594b7f
    
    godog's avatar
    godog committed
    	github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
    
    	github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594
    
    	github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
    
    	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
    	golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
    
    godog's avatar
    godog committed
    	gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d
    )