mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-16 07:00:18 -05:00
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/opencontainers/image-spec/releases) - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md) - [Commits](https://github.com/opencontainers/image-spec/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: github.com/opencontainers/image-spec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
171 lines
7.6 KiB
Modula-2
171 lines
7.6 KiB
Modula-2
module github.com/turbot/steampipe
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Machiel/slugify v1.0.1
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/ahmetb/go-linq v3.0.0+incompatible
|
|
github.com/alecthomas/chroma v0.9.2
|
|
github.com/bgentry/speakeasy v0.1.0
|
|
github.com/briandowns/spinner v1.11.1
|
|
github.com/c-bata/go-prompt v0.2.6
|
|
github.com/containerd/containerd v1.4.11
|
|
github.com/deislabs/oras v0.8.1
|
|
github.com/evanphx/json-patch v4.11.0+incompatible
|
|
github.com/fatih/color v1.9.0
|
|
github.com/fsnotify/fsnotify v1.5.1
|
|
github.com/gertd/go-pluralize v0.1.7
|
|
github.com/gin-contrib/static v0.0.1
|
|
github.com/gin-gonic/gin v1.7.2
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
|
github.com/hashicorp/go-hclog v1.1.0
|
|
github.com/hashicorp/go-plugin v1.4.3
|
|
github.com/hashicorp/go-version v1.4.0
|
|
github.com/hashicorp/hcl/v2 v2.9.1
|
|
github.com/hashicorp/terraform v0.15.1
|
|
github.com/jackc/pgx/v4 v4.14.1
|
|
github.com/jedib0t/go-pretty/v6 v6.0.6
|
|
github.com/karrick/gows v0.3.0
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/opencontainers/image-spec v1.0.2
|
|
github.com/otiai10/copy v1.7.0
|
|
github.com/sethvargo/go-retry v0.1.0
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.9.0
|
|
github.com/stevenle/topsort v0.0.0-20130922064739-8130c1d7596b
|
|
github.com/turbot/go-kit v0.3.0
|
|
github.com/turbot/steampipe-plugin-sdk v1.8.0
|
|
github.com/xlab/treeprint v1.1.0
|
|
github.com/zclconf/go-cty v1.10.0
|
|
github.com/zclconf/go-cty-yaml v1.0.2
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/text v0.3.7
|
|
google.golang.org/grpc v1.41.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
github.com/agext/levenshtein v1.2.2 // indirect
|
|
github.com/apparentlymart/go-cidr v1.1.0 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/apparentlymart/go-versions v1.0.1 // indirect
|
|
github.com/btubbs/datetime v0.1.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/containerd/cgroups v1.0.1 // indirect
|
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-playground/locales v0.13.0 // indirect
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.1 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/iancoleman/strcase v0.1.2 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.10.1 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/pgtype v1.9.1 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.7 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/mattn/go-tty v0.0.3 // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.2 // indirect
|
|
github.com/mitchellh/panicwrap v1.0.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/oklog/run v1.0.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pkg/term v1.1.0 // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
|
github.com/tklauser/numcpus v0.3.0 // indirect
|
|
github.com/tkrajina/go-reflector v0.5.4 // indirect
|
|
github.com/ugorji/go/codec v1.1.7 // indirect
|
|
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
|
|
github.com/vmihailenco/tagparser v0.1.1 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.0 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
gopkg.in/ini.v1 v1.63.2 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/MasterMinds/sprig v2.22.0+incompatible
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
github.com/Microsoft/hcsshim v0.8.22 // indirect
|
|
github.com/bmatcuk/doublestar v1.3.4 // indirect
|
|
github.com/containerd/continuity v0.2.0 // indirect
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/prometheus/client_golang v1.7.1 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
|
|
golang.org/x/sys v0.0.0-20211102061401-a2f17f7b995c // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20211013025323-ce878158c4d4 // indirect
|
|
rsc.io/letsencrypt v0.0.3 // indirect
|
|
)
|
|
|
|
replace github.com/c-bata/go-prompt => github.com/turbot/go-prompt v0.2.6-steampipe.0.20211124090719-0709bc8d8ce2
|