Skip to content

Commit

Permalink
Merge pull request #27 from netresearch/renovate/github.com-netresear…
Browse files Browse the repository at this point in the history
…ch-simple-ldap-go-digest
  • Loading branch information
TheDevMinerTV authored Sep 16, 2023
2 parents cb12d7e + ba35454 commit 048e35a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/gofiber/fiber/v2 v2.49.2
github.com/gofiber/template/html/v2 v2.0.5
github.com/joho/godotenv v1.5.1
github.com/netresearch/simple-ldap-go v0.0.0-20230815093415-276aae57f9a7
github.com/netresearch/simple-ldap-go v0.0.0-20230915232254-3b11228f3129
)

require (
Expand All @@ -27,5 +27,5 @@ require (
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ github.com/netresearch/simple-ldap-go v0.0.0-20230629101702-3ac58dd8f194 h1:XX+r
github.com/netresearch/simple-ldap-go v0.0.0-20230629101702-3ac58dd8f194/go.mod h1:xZ9EwZqz53Rc/F6S0mDIZ+oGGuhrgCgJnt0ZWmVTKiI=
github.com/netresearch/simple-ldap-go v0.0.0-20230815093415-276aae57f9a7 h1:ZBoJ5a42U3NWTScIqzcJ/sXXTT/KoEsmIl5qgZ+WU2o=
github.com/netresearch/simple-ldap-go v0.0.0-20230815093415-276aae57f9a7/go.mod h1:mJUUG8bPqOFrqjEUp+GhoRGC3oEFTxVYlUNS5oA3afw=
github.com/netresearch/simple-ldap-go v0.0.0-20230915232254-3b11228f3129 h1:t0EBBMKJoZrBUbtuQ60PrP+c/kjY3Pf/PMyzQ6pHNr4=
github.com/netresearch/simple-ldap-go v0.0.0-20230915232254-3b11228f3129/go.mod h1:T/Nbe0raXbCgzMWzsOfMX2sZC1FMGk2g3XpPG4OT6NY=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down Expand Up @@ -101,6 +103,8 @@ golang.org/x/text v0.11.0 h1:LAntKIrcmeSKERyiOh0XMV39LXS8IE9UL2yP7+f5ij4=
golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
golang.org/x/text v0.12.0 h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc=
golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
Expand Down

0 comments on commit 048e35a

Please sign in to comment.