Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
go-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
go-common
Commits
52987130
Commit
52987130
authored
4 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Use real path for asn1-ber pkg
parent
49f8d26b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
go.mod
+2
-2
2 additions, 2 deletions
go.mod
go.sum
+284
-18
284 additions, 18 deletions
go.sum
ldap/pool_test.go
+1
-1
1 addition, 1 deletion
ldap/pool_test.go
with
287 additions
and
21 deletions
go.mod
+
2
−
2
View file @
52987130
...
@@ -9,6 +9,7 @@ require (
...
@@ -9,6 +9,7 @@ require (
github.com/cenkalti/backoff
v2.2.1+incompatible
github.com/cenkalti/backoff
v2.2.1+incompatible
github.com/coreos/go-systemd
v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/coreos/go-systemd
v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/emersion/go-textwrapper
v0.0.0-20200911093747-65d896831594
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/go-ldap/ldap/v3
v3.2.4
github.com/gofrs/flock
v0.8.0 // indirect
github.com/gofrs/flock
v0.8.0 // indirect
github.com/google/go-cmp
v0.5.4
github.com/google/go-cmp
v0.5.4
...
@@ -18,11 +19,10 @@ require (
...
@@ -18,11 +19,10 @@ require (
github.com/openzipkin/zipkin-go
v0.2.5
github.com/openzipkin/zipkin-go
v0.2.5
github.com/prometheus/client_golang
v1.9.0
github.com/prometheus/client_golang
v1.9.0
github.com/russross/blackfriday/v2
v2.1.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/theckman/go-flock
v0.8.0
github.com/tstranex/u2f
v1.0.0
github.com/tstranex/u2f
v1.0.0
go.opencensus.io
v0.22.5
go.opencensus.io
v0.22.5
golang.org/x/crypto
v0.0.0-20201221181555-eec23a3978ad
golang.org/x/crypto
v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sync
v0.0.0-20201207232520-09787c993a3a
golang.org/x/sync
v0.0.0-20201207232520-09787c993a3a
gopkg.in/
asn1-ber
.v1
v1.0.0-201
81015
2005
46-f715ec2f112d
gopkg.in/
check
.v1
v1.0.0-201
9090
20
8
05
02-41f04d3bba15 // indirect
)
)
This diff is collapsed.
Click to expand it.
go.sum
+
284
−
18
View file @
52987130
This diff is collapsed.
Click to expand it.
ldap/pool_test.go
+
1
−
1
View file @
52987130
...
@@ -8,7 +8,7 @@ import (
...
@@ -8,7 +8,7 @@ import (
"time"
"time"
"github.com/go-ldap/ldap/v3"
"github.com/go-ldap/ldap/v3"
"g
opkg.in
/asn1-ber
.v1
"
"g
ithub.com/go-asn1-ber
/asn1-ber"
)
)
type
tcpHandler
interface
{
type
tcpHandler
interface
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment