forked from caarlos0/starcharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (24 loc) · 1.05 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
module github.com/caarlos0/starcharts
require (
github.com/apex/httplog v0.0.0-20170124183939-d677fdf2ae1f
github.com/apex/log v1.1.0
github.com/blend/go-sdk v1.1.1 // indirect
github.com/caarlos0/env v3.5.0+incompatible
github.com/go-redis/cache v6.3.5+incompatible
github.com/go-redis/redis v6.15.1+incompatible
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gorilla/mux v1.7.0
github.com/kr/pretty v0.1.0 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/stretchr/testify v1.3.0 // indirect
github.com/vmihailenco/msgpack v4.0.2+incompatible // indirect
github.com/wcharczuk/go-chart v2.0.1+incompatible
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/vmihailenco/msgpack.v2 v2.9.1
)