GitHub / 1024pix / steampipe-plugin-learningcontent
Steampipe plugin to query LCMS content
étoiles: 3
forks: 0
issues ouvertes: 6
licence: apache-2.0
langage: Go
taille: 101 ko
dépendances analysées:
838
date de création: il y a environ 3 ans
date de mise à jour: il y a plus de 2 ans
enregistré: il y a plus d'un an
dernière synchronisation: il y a 4 jours
Sujets: steampipe, steampipe-plugin
.github/workflows/ci.yml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
- golangci/golangci-lint-action v3 composite
.github/workflows/release.yml
actions
- francois2metz/steampipe-plugin-build-push-action v0 composite
go.mod
go
- 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.0.2
- github.com/apparentlymart/go-textseg/v13 v13.0.0
- github.com/beorn7/perks v1.0.1
- github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
- github.com/btubbs/datetime v0.1.1
- github.com/cenkalti/backoff/v4 v4.1.3
- github.com/cespare/xxhash/v2 v2.1.2
- github.com/dgraph-io/ristretto v0.1.0
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/dustin/go-humanize v1.0.0
- github.com/eko/gocache/v3 v3.1.1
- github.com/fatih/color v1.13.0
- github.com/gertd/go-pluralize v0.2.1
- github.com/ghodss/yaml v1.0.0
- github.com/go-logr/logr v1.2.3
- github.com/go-logr/stdr v1.2.2
- github.com/go-redis/redis/v8 v8.11.5
- github.com/golang/glog v1.0.0
- github.com/golang/protobuf v1.5.2
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-hclog v1.2.2
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hashicorp/go-plugin v1.4.4
- github.com/hashicorp/go-version v1.6.0
- github.com/hashicorp/hcl/v2 v2.12.0
- github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
- github.com/iancoleman/strcase v0.2.0
- github.com/imroc/req/v3 v3.9.3
- github.com/mattn/go-colorable v0.1.12
- github.com/mattn/go-isatty v0.0.14
- github.com/mattn/go-runewidth v0.0.13
- github.com/matttproud/golang_protobuf_extensions v1.0.1
- github.com/mitchellh/go-testing-interface v1.0.0
- github.com/mitchellh/go-wordwrap v1.0.0
- github.com/mitchellh/mapstructure v1.4.3
- 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.12.2
- github.com/prometheus/client_model v0.2.0
- github.com/prometheus/common v0.33.0
- github.com/prometheus/procfs v0.7.3
- github.com/rivo/uniseg v0.2.0
- github.com/sethvargo/go-retry v0.1.0
- github.com/sirupsen/logrus v1.8.1
- github.com/spf13/cast v1.5.0
- github.com/stevenle/topsort v0.0.0-20130922064739-8130c1d7596b
- github.com/tkrajina/go-reflector v0.5.4
- github.com/turbot/go-kit v0.4.0
- github.com/turbot/steampipe-plugin-sdk/v4 v4.1.7
- github.com/zclconf/go-cty v1.10.0
- go.opentelemetry.io/otel v1.7.0
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.7.0
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.30.0
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.30.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.7.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.7.0
- go.opentelemetry.io/otel/metric v0.30.0
- go.opentelemetry.io/otel/sdk v1.7.0
- go.opentelemetry.io/otel/sdk/metric v0.30.0
- go.opentelemetry.io/otel/trace v1.7.0
- go.opentelemetry.io/proto/otlp v0.16.0
- golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
- golang.org/x/net v0.0.0-20220412020605-290c469a71a5
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
- golang.org/x/text v0.3.7
- google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac
- google.golang.org/grpc v1.48.0
- google.golang.org/protobuf v1.28.0
- gopkg.in/natefinch/lumberjack.v2 v2.0.0
- gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
- gopkg.in/yaml.v2 v2.4.0
- k8s.io/apimachinery v0.23.5