Skip to content

Commit

Permalink
Bump ldap dependency and clean up
Browse files Browse the repository at this point in the history
Bumping go-ldap to 3.4.4 and cleaning up go.sum (result of go mod tidy)
  • Loading branch information
manu-ns committed Jan 4, 2023
1 parent 285e521 commit 6364fff
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 136 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ go 1.15
require (
github.com/coreos/go-oidc/v3 v3.0.0
github.com/criteo/haproxy-spoe-go v1.0.6
github.com/go-delve/delve v1.8.0 // indirect
github.com/go-ldap/ldap/v3 v3.4.4
github.com/sirupsen/logrus v1.7.0
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.2
github.com/tebeka/selenium v0.9.9
github.com/vmihailenco/msgpack/v5 v5.3.4
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/ldap.v3 v3.0.3
)
Loading

0 comments on commit 6364fff

Please sign in to comment.