-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 776 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 776 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/pioz/god
go 1.18
require (
github.com/charmbracelet/lipgloss v0.5.0
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.13.4
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99
)
require (
github.com/kr/fs v0.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68 // indirect
github.com/muesli/termenv v0.11.1-0.20220204035834-5ac8409525e0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
)