-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
44 lines (41 loc) · 1.75 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
module github.com/observatorium/obsctl
go 1.17
require (
github.com/bwplotka/mdox v0.9.0
github.com/coreos/go-oidc/v3 v3.2.0
github.com/efficientgo/e2e v0.12.1
github.com/efficientgo/tools/core v0.0.0-20220225185207-fe763185946b
github.com/ghodss/yaml v1.0.0
github.com/go-kit/log v0.2.1
github.com/google/uuid v1.3.0
github.com/guptarohit/asciigraph v0.5.5
github.com/observatorium/api v0.1.3-0.20221005180515-c3230526775b
github.com/oklog/run v1.1.0
github.com/prometheus/common v0.37.0
github.com/spf13/cobra v1.5.0
github.com/wcharczuk/go-chart/v2 v2.1.0
golang.org/x/oauth2 v0.0.0-20220718184931-c8730f7fcb92
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deepmap/oapi-codegen v1.11.0 // indirect
github.com/go-kit/kit v0.12.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/goleak v1.1.12 // indirect
golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)