Skip to content
Snippets Groups Projects
go.mod 992 B
Newer Older
  • Learn to ignore specific revisions
  • go 1.11
    
    godog's avatar
    godog committed
    
    require (
    	contrib.go.opencensus.io/exporter/zipkin v0.1.1
    	github.com/amoghe/go-crypt v0.0.0-20191109212615-b2ff80594b7f
    	github.com/bbrks/wrap v2.3.0+incompatible
    	github.com/cenkalti/backoff v2.2.1+incompatible
    	github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
    
    godog's avatar
    godog committed
    	gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d
    	gopkg.in/ldap.v3 v3.1.0
    )