-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (22 loc) · 806 Bytes
/
go.mod
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
module gitlab.com/mipimipi/smsync
go 1.21.5
require (
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
github.com/ricochet2200/go-disk-usage/du v0.0.0-20210707232629-ac9918953285
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
gitlab.com/go-utilities/file v0.2.0
gitlab.com/go-utilities/filepath v0.1.0
gitlab.com/go-utilities/msg v0.1.0
gitlab.com/go-utilities/reflect v0.1.0
gitlab.com/go-utilities/strings v0.1.0
gitlab.com/go-utilities/time v0.1.0
gitlab.com/go-utilities/workerpool v0.1.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)