@@ -8,20 +8,21 @@ require (
88 github.com/hashicorp/go-hclog v1.5.0
99 github.com/hashicorp/go-version v1.6.0 // indirect
1010 github.com/turbot/go-kit v0.8.0-rc.0
11+ // rate_limit
12+ github.com/turbot/steampipe v1.7.0-rc.0.0.20230726105357-2a45d77ce6ef
1113 github.com/turbot/steampipe-plugin-sdk/v5 v5.6.0-dev.7
1214 go.opentelemetry.io/otel v1.16.0
1315 google.golang.org/protobuf v1.31.0
1416)
1517
1618require (
1719 github.com/Masterminds/semver/v3 v3.2.1
18- github.com/turbot/steampipe v0.20.9
1920 go.opentelemetry.io/otel/metric v1.16.0
2021)
2122
2223require (
2324 cloud.google.com/go v0.110.0 // indirect
24- cloud.google.com/go/compute v1.19.0 // indirect
25+ cloud.google.com/go/compute v1.19.1 // indirect
2526 cloud.google.com/go/compute/metadata v0.2.3 // indirect
2627 cloud.google.com/go/iam v0.13.0 // indirect
2728 cloud.google.com/go/storage v1.28.1 // indirect
@@ -34,11 +35,12 @@ require (
3435 github.com/hashicorp/go-getter v1.7.1 // indirect
3536 github.com/hashicorp/go-safetemp v1.0.0 // indirect
3637 github.com/inconshreveable/mousetrap v1.1.0 // indirect
37- github.com/jackc/pgx/v5 v5.3 .1 // indirect
38+ github.com/jackc/pgx/v5 v5.4 .1 // indirect
3839 github.com/jackc/puddle/v2 v2.2.0 // indirect
3940 github.com/jmespath/go-jmespath v0.4.0 // indirect
4041 github.com/karrick/gows v0.3.0 // indirect
4142 github.com/klauspost/compress v1.15.11 // indirect
43+ github.com/oras-project/oras-credentials-go v0.2.0 // indirect
4244 github.com/spf13/cobra v1.7.0 // indirect
4345 github.com/ulikunitz/xz v0.5.10 // indirect
4446 github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
@@ -47,12 +49,11 @@ require (
4749 golang.org/x/time v0.1.0 // indirect
4850 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
4951 google.golang.org/api v0.122.0 // indirect
52+ oras.land/oras-go/v2 v2.2.0 // indirect
5053)
5154
5255require (
5356 github.com/Machiel/slugify v1.0.1 // indirect
54- github.com/Microsoft/go-winio v0.5.2 // indirect
55- github.com/Microsoft/hcsshim v0.8.22 // indirect
5657 github.com/XiaoMi/pegasus-go-client v0.0.0-20210427083443-f3b6b08bc4c2 // indirect; indirectUpdate GetPathKeys to treat key columns with AnyOf require property with the same precedence as Required. Closes #254
5758 github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
5859 github.com/agext/levenshtein v1.2.2 // indirect
@@ -67,23 +68,19 @@ require (
6768 github.com/btubbs/datetime v0.1.1 // indirect
6869 github.com/cenkalti/backoff/v4 v4.2.1 // indirect
6970 github.com/cespare/xxhash/v2 v2.2.0 // indirect
70- github.com/containerd/cgroups v1.0.1 // indirect
7171 github.com/containerd/containerd v1.4.13 // indirect
7272 github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
73- github.com/deislabs/oras v0.9.0 // indirect
7473 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
7574 github.com/dustin/go-humanize v1.0.0 // indirect
7675 github.com/eko/gocache/v3 v3.1.2 // indirect
7776 github.com/fatih/color v1.15.0 // indirect
78- github.com/felixge/httpsnoop v1.0.3 // indirect
7977 github.com/fsnotify/fsnotify v1.6.0 // indirect
8078 github.com/gertd/go-pluralize v0.2.1
8179 github.com/ghodss/yaml v1.0.0 // indirect
8280 github.com/go-logr/logr v1.2.4 // indirect
8381 github.com/go-logr/stdr v1.2.2 // indirect
8482 github.com/go-ole/go-ole v1.2.6 // indirect
8583 github.com/go-redis/redis/v8 v8.11.5 // indirect
86- github.com/gogo/protobuf v1.3.2 // indirect
8784 github.com/golang/glog v1.1.0 // indirect
8885 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8986 github.com/google/go-cmp v0.5.9 // indirect
@@ -122,7 +119,7 @@ require (
122119 github.com/oklog/run v1.0.0 // indirect
123120 github.com/olekukonko/tablewriter v0.0.5 // indirect
124121 github.com/opencontainers/go-digest v1.0.0 // indirect
125- github.com/opencontainers/image-spec v1.0.2 // indirect
122+ github.com/opencontainers/image-spec v1.1.0-rc.3 // indirect
126123 github.com/pegasus-kv/thrift v0.13.0 // indirect
127124 github.com/pelletier/go-toml/v2 v2.0.8 // indirect
128125 github.com/pkg/errors v0.9.1 // indirect
@@ -166,10 +163,10 @@ require (
166163 golang.org/x/oauth2 v0.7.0 // indirect
167164 golang.org/x/sync v0.3.0 // indirect
168165 golang.org/x/sys v0.10.0 // indirect
169- golang.org/x/text v0.10 .0 // indirect
166+ golang.org/x/text v0.11 .0 // indirect
170167 google.golang.org/appengine v1.6.7 // indirect
171168 google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
172- google.golang.org/grpc v1.55 .0 // indirect
169+ google.golang.org/grpc v1.56 .0 // indirect
173170 gopkg.in/ini.v1 v1.67.0 // indirect
174171 gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
175172 gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
0 commit comments