-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
33 lines (30 loc) · 1.16 KB
/
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
26
27
28
29
30
31
32
33
module github.com/catfishlty/mongodb-local-backup
go 1.20
require (
github.com/BurntSushi/toml v1.2.1
github.com/agiledragon/gomonkey/v2 v2.9.0
github.com/alexflint/go-arg v1.4.3
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/commander-cli/cmd v1.6.0
github.com/go-co-op/gocron v1.19.0
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/sirupsen/logrus v1.9.0
github.com/smartystreets/goconvey v1.7.2
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/text v0.8.0
gopkg.in/yaml.v3 v3.0.1
gopl.io v0.0.0-20211004154805-1ae3ec64947b
)
require (
github.com/alexflint/go-scalar v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/stretchr/testify v1.8.2 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)