-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
72 lines (69 loc) · 2.84 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
66
67
68
69
70
71
72
module berty.tech/yolo/v2
go 1.18
require (
github.com/buildkite/go-buildkite v2.2.0+incompatible
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2
github.com/gobuffalo/packr/v2 v2.8.3
github.com/gogo/gateway v1.1.0
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/google/go-github/v32 v32.1.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/jinzhu/gorm v1.9.16
github.com/jszwedko/go-circleci v0.3.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mr-tron/base58 v1.2.0
github.com/oklog/run v1.1.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/peterbourgon/ff/v2 v2.0.1
github.com/rs/cors v1.8.2
github.com/stretchr/signature v0.0.0-20160104132143-168b2a1e1b56
github.com/stretchr/testify v1.8.0
github.com/tevino/abool v1.2.0
go.uber.org/zap v1.23.0
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
golang.org/x/text v0.3.7
google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf
google.golang.org/grpc v1.49.0
howett.net/plist v1.0.0
moul.io/chizap v1.0.3
moul.io/godev v1.7.0
moul.io/hcfilters v1.3.1
moul.io/pkgman v1.4.3
moul.io/u v1.24.1-0.20210613090436-cb608187834e
moul.io/zapconfig v1.4.0
moul.io/zapgorm v1.1.5
)
require (
github.com/avast/apkparser v0.0.0-20210916093943-83cd5d10d9d7 // indirect
github.com/basgys/goxml2json v1.1.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gobuffalo/logger v1.0.6 // indirect
github.com/gobuffalo/packd v1.0.1 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/karrick/godirwalk v1.17.0 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/markbates/errx v1.1.0 // indirect
github.com/markbates/oncer v1.0.0 // indirect
github.com/markbates/safe v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/stretchr/stew v0.0.0-20130812190256-80ef0842b48b // indirect
github.com/stretchr/tracer v0.0.0-20140124184152-66d3696bba97 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)