-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 686 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/Top-Ranger/responsego
go 1.25.0
require (
github.com/go-ldap/ldap/v3 v3.4.13
github.com/gorilla/websocket v1.5.3
github.com/microcosm-cc/bluemonday v1.0.27
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/yuin/goldmark v1.8.2
golang.org/x/crypto v0.49.0
golang.org/x/time v0.15.0
)
require (
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.52.0 // indirect
golang.org/x/sys v0.42.0 // indirect
)