-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
65 lines (62 loc) · 2.82 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
module github.com/function61/varasto
go 1.18
require (
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
github.com/asdine/storm v2.1.2+incompatible
github.com/aws/aws-sdk-go v1.29.0
github.com/disintegration/imageorient v0.0.0-20180920195336-8147d86e83ec
github.com/djherbis/times v1.1.0
github.com/felixge/httpsnoop v1.0.1
github.com/function61/eventhorizon v0.2.1-0.20200227140656-f89fe5d462ca
github.com/function61/eventkit v0.0.0-20200602131610-b5adb775209f
github.com/function61/gokit v0.0.0-20200908095654-561fcb44f8ea
github.com/function61/pi-security-module v0.0.0-20190220142443-5dc20d261fd1
github.com/function61/ubackup v0.0.0-20200625081923-f624fa1cb786
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/gorilla/mux v1.6.2
github.com/mattn/go-isatty v0.0.14
github.com/minio/sha256-simd v0.1.1
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317
github.com/nwaples/rardecode v1.1.0
github.com/olekukonko/tablewriter v0.0.1
github.com/pkg/xattr v0.4.9
github.com/prometheus/client_golang v1.4.1
github.com/prometheus/procfs v0.0.8
github.com/robfig/cron/v3 v3.0.1
github.com/samber/lo v1.38.1
github.com/spf13/cobra v1.3.0
go.etcd.io/bbolt v1.3.2
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
google.golang.org/api v0.62.0
)
require (
cloud.google.com/go v0.99.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/disintegration/gift v1.2.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/grpc v1.42.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)