-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 739 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 739 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
25
26
27
module github.com/goksan/statusnook
go 1.22
require (
github.com/caddyserver/certmagic v0.20.0
github.com/go-chi/chi/v5 v5.0.11
github.com/mattn/go-sqlite3 v1.14.19
github.com/mholt/acmez v1.2.0
github.com/miekg/dns v1.1.55
golang.org/x/crypto v0.18.0
golang.org/x/mod v0.11.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/libdns/libdns v0.2.1 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.10.0 // indirect
)