GitHub / 1024pix / steampipe-plugin-metabase
Use SQL to query databases, tables, permissions and more from Metabase
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/1024pix%2Fsteampipe-plugin-metabase
Stars: 4
Forks: 0
Open issues: 7
License: apache-2.0
Language: Go
Size: 1.22 MB
Dependencies parsed at:
1,510
Created at: almost 2 years ago
Updated at: 8 months ago
Pushed at: 3 days ago
Last synced at: 3 days ago
Topics: pix-captains
.github/workflows/ci.yml
actions
- actions/checkout v4 composite
- actions/setup-go v5 composite
- golangci/golangci-lint-action v4 composite
.github/workflows/release.yml
actions
- francois2metz/steampipe-plugin-build-push-action v0 composite
go.mod
go
- cloud.google.com/go v0.112.1
- cloud.google.com/go/compute v1.25.0
- cloud.google.com/go/compute/metadata v0.2.3
- cloud.google.com/go/iam v1.1.6
- cloud.google.com/go/storage v1.38.0
- github.com/1024pix/go-metabase v1.1.0
- github.com/XiaoMi/pegasus-go-client v0.0.0-20210427083443-f3b6b08bc4c2
- github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
- github.com/agext/levenshtein v1.2.2
- github.com/allegro/bigcache/v3 v3.1.0
- github.com/apparentlymart/go-textseg/v15 v15.0.0
- github.com/aws/aws-sdk-go v1.44.122
- github.com/beorn7/perks v1.0.1
- github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
- github.com/bradfitz/gomemcache v0.0.0-20221031212613-62deef7fc822
- github.com/btubbs/datetime v0.1.1
- github.com/buger/jsonparser v1.1.1
- github.com/caarlos0/env/v6 v6.10.1
- github.com/cenkalti/backoff/v4 v4.2.1
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
- github.com/dgraph-io/ristretto v0.1.1
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/dustin/go-humanize v1.0.0
- github.com/eko/gocache/lib/v4 v4.1.5
- github.com/eko/gocache/store/bigcache/v4 v4.2.1
- github.com/eko/gocache/store/ristretto/v4 v4.2.1
- github.com/eko/gocache/v3 v3.1.2
- github.com/fatih/color v1.15.0
- github.com/felixge/httpsnoop v1.0.4
- github.com/fsnotify/fsnotify v1.7.0
- github.com/gertd/go-pluralize v0.2.1
- github.com/ghodss/yaml v1.0.0
- github.com/go-logr/logr v1.4.1
- github.com/go-logr/stdr v1.2.2
- github.com/go-redis/redis/v8 v8.11.5
- github.com/golang-jwt/jwt/v5 v5.2.1
- github.com/golang/glog v1.2.0
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/mock v1.6.0
- github.com/golang/protobuf v1.5.4
- github.com/google/go-cmp v0.6.0
- github.com/google/go-querystring v1.1.0
- github.com/google/s2a-go v0.1.7
- github.com/google/uuid v1.6.0
- github.com/googleapis/enterprise-certificate-proxy v0.3.2
- github.com/googleapis/gax-go/v2 v2.12.2
- github.com/grokify/base36 v1.0.5
- github.com/grokify/goauth v0.20.12
- github.com/grokify/gocharts/v2 v2.18.2
- github.com/grokify/mogo v0.63.2
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0
- github.com/hashicorp/go-cleanhttp v0.5.2
- github.com/hashicorp/go-getter v1.7.3
- github.com/hashicorp/go-hclog v1.6.2
- github.com/hashicorp/go-plugin v1.6.0
- github.com/hashicorp/go-safetemp v1.0.0
- github.com/hashicorp/go-version v1.6.0
- github.com/hashicorp/hcl/v2 v2.19.1
- github.com/hashicorp/yamux v0.1.1
- github.com/huandu/xstrings v1.4.0
- github.com/iancoleman/strcase v0.3.0
- github.com/jmespath/go-jmespath v0.4.0
- github.com/joho/godotenv v1.5.1
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/compress v1.15.11
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.20
- github.com/mattn/go-runewidth v0.0.15
- github.com/matttproud/golang_protobuf_extensions v1.0.4
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/go-testing-interface v1.14.1
- github.com/mitchellh/go-wordwrap v1.0.0
- github.com/mitchellh/mapstructure v1.5.0
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
- github.com/oklog/run v1.0.0
- github.com/olekukonko/tablewriter v0.0.5
- github.com/pegasus-kv/thrift v0.13.0
- github.com/pkg/errors v0.9.1
- github.com/prometheus/client_golang v1.14.0
- github.com/prometheus/client_model v0.3.0
- github.com/prometheus/common v0.37.0
- github.com/prometheus/procfs v0.8.0
- github.com/richardlehane/mscfb v1.0.4
- github.com/richardlehane/msoleps v1.0.3
- github.com/rivo/uniseg v0.4.7
- github.com/rs/zerolog v1.32.0
- github.com/sethvargo/go-retry v0.2.4
- github.com/sirupsen/logrus v1.9.0
- github.com/spf13/cast v1.5.0
- github.com/stevenle/topsort v0.2.0
- github.com/tkrajina/go-reflector v0.5.6
- github.com/turbot/go-kit v0.9.0
- github.com/turbot/steampipe-plugin-sdk/v5 v5.9.0
- github.com/ulikunitz/xz v0.5.10
- github.com/valyala/bytebufferpool v1.0.0
- github.com/valyala/fastjson v1.6.4
- github.com/valyala/quicktemplate v1.7.0
- github.com/xuri/efp v0.0.0-20231025114914-d1ff6096ae53
- github.com/xuri/excelize/v2 v2.8.1
- github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05
- github.com/zclconf/go-cty v1.14.2
- go.opencensus.io v0.24.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
- go.opentelemetry.io/otel v1.24.0
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.17.0
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.40.0
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.23.1
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.1
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.23.1
- go.opentelemetry.io/otel/metric v1.24.0
- go.opentelemetry.io/otel/sdk v1.23.1
- go.opentelemetry.io/otel/sdk/metric v1.23.1
- go.opentelemetry.io/otel/trace v1.24.0
- go.opentelemetry.io/proto/otlp v1.1.0
- golang.org/x/crypto v0.21.0
- golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
- golang.org/x/net v0.22.0
- golang.org/x/oauth2 v0.18.0
- golang.org/x/sync v0.6.0
- golang.org/x/sys v0.18.0
- golang.org/x/text v0.14.0
- golang.org/x/time v0.5.0
- golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
- gonum.org/v1/gonum v0.14.0
- google.golang.org/api v0.169.0
- google.golang.org/appengine v1.6.8
- google.golang.org/genproto v0.0.0-20240308144416-29370a3891b7
- google.golang.org/genproto/googleapis/api v0.0.0-20240304161311-37d4d3c04a78
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240308144416-29370a3891b7
- google.golang.org/grpc v1.62.1
- google.golang.org/protobuf v1.33.0
- gopkg.in/natefinch/lumberjack.v2 v2.0.0
- gopkg.in/oleiade/reflections.v1 v1.0.0
- gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
- gopkg.in/yaml.v2 v2.4.0
- k8s.io/apimachinery v0.25.3