@@ -4,48 +4,64 @@ go 1.18
4
4
5
5
require (
6
6
github.com/nukosuke/go-zendesk v0.9.0
7
- github.com/turbot/steampipe-plugin-sdk/v3 v3.1.0
7
+ github.com/turbot/steampipe-plugin-sdk/v3 v3.3.1
8
8
)
9
9
10
10
require (
11
11
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
12
- github.com/agext/levenshtein v1.2.1 // indirect
12
+ github.com/agext/levenshtein v1.2.2 // indirect
13
13
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
14
14
github.com/btubbs/datetime v0.1.1 // indirect
15
+ github.com/cenkalti/backoff/v4 v4.1.3 // indirect
15
16
github.com/cespare/xxhash/v2 v2.1.2 // indirect
16
17
github.com/dgraph-io/ristretto v0.1.0 // indirect
17
18
github.com/dustin/go-humanize v1.0.0 // indirect
18
- github.com/fatih/color v1.7 .0 // indirect
19
- github.com/gertd/go-pluralize v0.2.0 // indirect
19
+ github.com/fatih/color v1.13 .0 // indirect
20
+ github.com/gertd/go-pluralize v0.2.1 // indirect
20
21
github.com/ghodss/yaml v1.0.0 // indirect
22
+ github.com/go-logr/logr v1.2.3 // indirect
23
+ github.com/go-logr/stdr v1.2.2 // indirect
21
24
github.com/golang/glog v1.0.0 // indirect
22
25
github.com/golang/protobuf v1.5.2 // indirect
23
26
github.com/google/go-querystring v1.0.0 // indirect
24
- github.com/hashicorp/go-hclog v0.15.0 // indirect
25
- github.com/hashicorp/go-plugin v1.4.3 // indirect
26
- github.com/hashicorp/go-version v1.4.0 // indirect
27
- github.com/hashicorp/hcl/v2 v2.11.1 // indirect
28
- github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
27
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
28
+ github.com/hashicorp/go-hclog v1.2.0 // indirect
29
+ github.com/hashicorp/go-plugin v1.4.4 // indirect
30
+ github.com/hashicorp/go-version v1.5.0 // indirect
31
+ github.com/hashicorp/hcl/v2 v2.12.0 // indirect
32
+ github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
29
33
github.com/iancoleman/strcase v0.2.0 // indirect
30
- github.com/mattn/go-colorable v0.1.4 // indirect
31
- github.com/mattn/go-isatty v0.0.10 // indirect
32
- github.com/mattn/go-runewidth v0.0.9 // indirect
33
- github.com/mitchellh/go-testing-interface v0 .0.0-20171004221916-a61a99592b77 // indirect
34
- github.com/mitchellh/go-wordwrap v0 .0.0-20150314170334-ad45545899c7 // indirect
35
- github.com/mitchellh/mapstructure v1.3 .3 // indirect
34
+ github.com/mattn/go-colorable v0.1.12 // indirect
35
+ github.com/mattn/go-isatty v0.0.14 // indirect
36
+ github.com/mattn/go-runewidth v0.0.13 // indirect
37
+ github.com/mitchellh/go-testing-interface v1 .0.0 // indirect
38
+ github.com/mitchellh/go-wordwrap v1 .0.0 // indirect
39
+ github.com/mitchellh/mapstructure v1.4 .3 // indirect
36
40
github.com/oklog/run v1.0.0 // indirect
37
41
github.com/olekukonko/tablewriter v0.0.5 // indirect
38
42
github.com/pkg/errors v0.9.1 // indirect
43
+ github.com/rivo/uniseg v0.2.0 // indirect
39
44
github.com/sethvargo/go-retry v0.1.0 // indirect
40
45
github.com/stevenle/topsort v0.0.0-20130922064739-8130c1d7596b // indirect
41
46
github.com/tkrajina/go-reflector v0.5.4 // indirect
42
- github.com/turbot/go-kit v0.3 .0 // indirect
47
+ github.com/turbot/go-kit v0.4 .0 // indirect
43
48
github.com/zclconf/go-cty v1.10.0 // indirect
44
- golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
45
- golang.org/x/sys v0.0.0-20211102061401-a2f17f7b995c // indirect
46
- golang.org/x/text v0.3.5 // indirect
47
- google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
48
- google.golang.org/grpc v1.44.0 // indirect
49
+ go.opentelemetry.io/otel v1.7.0 // indirect
50
+ go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.7.0 // indirect
51
+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.30.0 // indirect
52
+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.30.0 // indirect
53
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.7.0 // indirect
54
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.7.0 // indirect
55
+ go.opentelemetry.io/otel/metric v0.30.0 // indirect
56
+ go.opentelemetry.io/otel/sdk v1.7.0 // indirect
57
+ go.opentelemetry.io/otel/sdk/metric v0.30.0 // indirect
58
+ go.opentelemetry.io/otel/trace v1.7.0 // indirect
59
+ go.opentelemetry.io/proto/otlp v0.16.0 // indirect
60
+ golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
61
+ golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
62
+ golang.org/x/text v0.3.7 // indirect
63
+ google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
64
+ google.golang.org/grpc v1.46.0 // indirect
49
65
google.golang.org/protobuf v1.28.0 // indirect
50
- gopkg.in/yaml.v2 v2.2.3 // indirect
66
+ gopkg.in/yaml.v2 v2.4.0 // indirect
51
67
)
0 commit comments