-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 732 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/edify42/camera-backup
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/huandu/go-sqlbuilder v1.12.1
github.com/jpillora/opts v1.2.0
github.com/karrick/godirwalk v1.16.1
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/posener/complete v1.2.3 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.17.0
golang.org/x/sys v0.0.0-20210531080801-fdfd190a6549 // indirect
)