-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 706 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/Top-Ranger/pollgo
go 1.25.0
require (
github.com/go-ldap/ldap/v3 v3.4.12
github.com/go-playground/colors v1.3.1
github.com/go-sql-driver/mysql v1.9.3
github.com/microcosm-cc/bluemonday v1.0.27
github.com/yuin/goldmark v1.7.16
golang.org/x/crypto v0.48.0
golang.org/x/time v0.14.0
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/Azure/go-ntlmssp v0.1.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)