forked from gramework/gramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (34 loc) · 1.71 KB
/
go.mod
File metadata and controls
35 lines (34 loc) · 1.71 KB
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
module github.com/gramework/gramework
require (
github.com/VictoriaMetrics/fastcache v1.4.5
github.com/apex/log v1.1.0
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/cloudfoundry/gosigar v1.1.0
github.com/fasthttp/websocket v1.4.0
github.com/fatih/color v1.7.0 // indirect
github.com/gocarina/gocsv v0.0.0-20190129143436-91f6fc13d488
github.com/google/uuid v1.0.0
github.com/gramework/runtimer v0.0.0-20190401193044-e6c0280ee15a
github.com/gramework/utils v0.0.0-20180427183540-d82c91416f14
github.com/graph-gophers/graphql-go v0.0.0-20180806175703-94da0f0031f9
github.com/kirillDanshin/go-accept-headers v0.0.0-20130320203746-c78f304b1b09
github.com/klauspost/compress v1.4.1 // indirect
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/microcosm-cc/bluemonday v1.0.2
github.com/onsi/gomega v1.4.2 // indirect
github.com/opentracing/opentracing-go v1.0.2 // indirect
github.com/pkg/errors v0.8.0
github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273 // indirect
github.com/stretchr/testify v1.3.0
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.2.1-0.20190302200148-517df8833274
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
golang.org/x/net v0.0.0-20190318221613-d196dffd7c2b // indirect
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca // indirect
)