-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 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
26
27
28
29
30
module wangdayu/starcharts
go 1.18
require (
github.com/apex/httplog v1.0.0
github.com/apex/log v1.9.0
github.com/caarlos0/env/v6 v6.9.1
github.com/caarlos0/httperr v1.2.0
github.com/gorilla/mux v1.8.0
github.com/prometheus/client_golang v1.12.1
github.com/wcharczuk/go-chart v2.0.1+incompatible
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/blend/go-sdk v1.1.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
google.golang.org/protobuf v1.26.0 // indirect
)