This repository was archived by the owner on Dec 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.34 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.34 KB
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
28
29
30
31
32
33
34
module github.com/lrstanley/arlo-dl
go 1.19
require (
github.com/apex/log v1.9.0
github.com/jeffreydwalter/arlo-go v0.0.0-20200420231349-d68ae1fb4cb7
github.com/lrstanley/clix v1.0.0
github.com/lrstanley/go-sempool v0.0.0-20230116155332-a03d0c109854
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee
gopkg.in/AlecAivazis/survey.v1 v1.8.8
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/Netflix/go-expect v0.0.0-20180928190340-9d1f4485533b // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/gookit/color v1.5.3 // indirect
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.13.0 // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
)