mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-14 04:17:36 -04:00
46 lines
1.7 KiB
Modula-2
46 lines
1.7 KiB
Modula-2
module opencloud.eu/groupware/tests
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/go-ldap/ldap/v3 v3.4.12
|
|
golang.org/x/text v0.34.0
|
|
)
|
|
|
|
require (
|
|
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/clipperhouse/displaywidth v0.11.0 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
github.com/emersion/go-message v0.18.2 // indirect
|
|
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
|
|
github.com/jaytaylor/html2text v0.0.0-20260303211410-1a4bdc82ecec // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.20 // indirect
|
|
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
|
|
github.com/olekukonko/errors v1.2.0 // indirect
|
|
github.com/olekukonko/ll v0.1.7 // indirect
|
|
github.com/olekukonko/tablewriter v1.1.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
golang.org/x/net v0.51.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.1.0 // indirect
|
|
github.com/dustinkirkland/golang-petname v0.0.0-20260215035315-f0c533e9ce9b
|
|
github.com/emersion/go-imap/v2 v2.0.0-beta.8
|
|
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
|
|
github.com/go-faker/faker/v4 v4.7.0
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jhillyerd/enmime v1.3.0
|
|
github.com/rs/zerolog v1.34.0
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
gopkg.in/loremipsum.v1 v1.1.2
|
|
)
|