Skip to content
Snippets Groups Projects
Commit 52987130 authored by ale's avatar ale
Browse files

Use real path for asn1-ber pkg

parent 49f8d26b
Branches
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ require (
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594
github.com/go-asn1-ber/asn1-ber v1.5.3
github.com/go-ldap/ldap/v3 v3.2.4
github.com/gofrs/flock v0.8.0 // indirect
github.com/google/go-cmp v0.5.4
......@@ -18,11 +19,10 @@ require (
github.com/openzipkin/zipkin-go v0.2.5
github.com/prometheus/client_golang v1.9.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/theckman/go-flock v0.8.0
github.com/tstranex/u2f v1.0.0
go.opencensus.io v0.22.5
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
This diff is collapsed.
......@@ -8,7 +8,7 @@ import (
"time"
"github.com/go-ldap/ldap/v3"
"gopkg.in/asn1-ber.v1"
"github.com/go-asn1-ber/asn1-ber"
)
type tcpHandler interface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment