-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 644 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 644 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 netflix-household-validator
go 1.26
require (
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-message v0.18.2
github.com/go-rod/rod v0.116.2
github.com/google/uuid v1.6.0
github.com/sirupsen/logrus v1.9.4
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
github.com/ysmood/fetchup v0.2.3 // indirect
github.com/ysmood/goob v0.4.0 // indirect
github.com/ysmood/got v0.42.3 // indirect
github.com/ysmood/gson v0.7.3 // indirect
github.com/ysmood/leakless v0.9.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
)