forked from moul/depviz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
54 lines (51 loc) · 2.11 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
module moul.io/depviz/v3
go 1.13
replace github.com/brianloveswords/airtable => github.com/moul/brianloveswords-airtable v0.0.0-20191014120838-8b07ee6d33b2
require (
github.com/Bearer/bearer-go v1.2.1
github.com/awalterschulze/gographviz v2.0.3+incompatible // indirect
github.com/cayleygraph/cayley v0.7.7
github.com/cayleygraph/quad v1.2.4
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/render v1.0.1
github.com/gobuffalo/packr/v2 v2.8.1
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/v30 v30.1.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/hidal-go/hidalgo v0.0.0-20201109092204-05749a6d73df // indirect
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/oklog/run v1.1.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/peterbourgon/ff/v3 v3.0.0
github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect
github.com/prometheus/client_golang v1.8.0 // indirect
github.com/prometheus/common v0.15.0 // indirect
github.com/rogpeppe/go-internal v1.6.2 // indirect
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/cobra v1.1.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027
github.com/treastech/logger v0.0.0-20180705232552-e381e9ecf2e3
github.com/tylertreat/BoomFilters v0.0.0-20200520150052-42a7b4300c0c // indirect
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.1.2
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201111145450-ac7456db90a6
google.golang.org/grpc v1.38.0
gopkg.in/yaml.v2 v2.4.0
moul.io/banner v1.0.1
moul.io/godev v1.7.0
moul.io/graphman v1.6.0
moul.io/graphman/viz v0.0.0-20201111010417-ffcba52773de
moul.io/multipmuri v1.14.0
moul.io/srand v1.6.1
moul.io/u v1.22.0
moul.io/zapconfig v1.3.0
)