Files
go-hauk/go.mod
dependabot[bot] 84e79a27b9 Bump the go-deps group across 1 directory with 3 updates
Bumps the go-deps group with 2 updates in the / directory: [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) and [github.com/redis/go-redis/v9](https://github.com/redis/go-redis).


Updates `github.com/go-ldap/ldap/v3` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/go-ldap/ldap/releases)
- [Commits](https://github.com/go-ldap/ldap/compare/v3.4.13...v3.4.14)

Updates `github.com/redis/go-redis/v9` from 9.19.0 to 9.21.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/redis/go-redis/compare/v9.19.0...v9.21.0)

Updates `golang.org/x/crypto` from 0.52.0 to 0.54.0
- [Commits](https://github.com/golang/crypto/compare/v0.52.0...v0.54.0)

---
updated-dependencies:
- dependency-name: github.com/go-ldap/ldap/v3
  dependency-version: 3.4.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-21 22:34:38 +00:00

18 lines
405 B
Modula-2

module github.com/parkan/go-hauk
go 1.25.0
require (
github.com/go-ldap/ldap/v3 v3.4.14
github.com/redis/go-redis/v9 v9.21.0
golang.org/x/crypto v0.54.0
)
require (
github.com/Azure/go-ntlmssp v0.1.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.8 // indirect
github.com/google/uuid v1.6.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
)