aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-10 08:15:35 +0200
committerGitHub <noreply@github.com>2022-08-10 08:15:35 +0200
commit20dea04aa205bfb13ef009862cbfd16ac7901592 (patch)
treed8900cdc52b42a2ddb8da4f1c3dbc79555db8717 /go.mod
parent4eef43c62d3ff0e25be320b8801d722dc36f1a59 (diff)
downloadsyncthing-20dea04aa205bfb13ef009862cbfd16ac7901592.tar.gz
syncthing-20dea04aa205bfb13ef009862cbfd16ac7901592.zip
build(deps): bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.4 (#8475)
Bumps [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) from 3.4.1 to 3.4.4. - [Release notes](https://github.com/go-ldap/ldap/releases) - [Commits](https://github.com/go-ldap/ldap/compare/v3.4.1...v3.4.4) --- updated-dependencies: - dependency-name: github.com/go-ldap/ldap/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 41ca8e411..3d6ea7f53 100644
--- a/go.mod
+++ b/go.mod
@@ -16,8 +16,8 @@ require (
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/getsentry/raven-go v0.2.0
- github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
- github.com/go-ldap/ldap/v3 v3.4.1
+ github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
+ github.com/go-ldap/ldap/v3 v3.4.4
github.com/gobwas/glob v0.2.3
github.com/gogo/protobuf v1.3.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
@@ -60,7 +60,7 @@ require (
)
require (
- github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
+ github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect