This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix/bad stale deletefilter (#102)
* upgrade SDK fix filter
- Loading branch information
Showing
5 changed files
with
908 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,82 @@ | ||
module github.com/cloudquery/cq-provider-sdk | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/Masterminds/squirrel v1.5.0 | ||
github.com/cloudquery/faker/v3 v3.7.4 | ||
github.com/cockroachdb/cockroach-go/v2 v2.1.1 // indirect | ||
github.com/creasty/defaults v1.5.1 | ||
github.com/doug-martin/goqu/v9 v9.13.0 | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/georgysavva/scany v0.2.8 | ||
github.com/creasty/defaults v1.5.2 | ||
github.com/doug-martin/goqu/v9 v9.17.0 | ||
github.com/georgysavva/scany v0.2.9 | ||
github.com/go-test/deep v1.0.7 | ||
github.com/gofrs/uuid v4.0.0+incompatible | ||
github.com/golang-migrate/migrate/v4 v4.14.0 | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/uuid v1.2.0 | ||
github.com/hashicorp/go-hclog v0.16.1 | ||
github.com/hashicorp/go-plugin v1.4.1 | ||
github.com/golang-migrate/migrate/v4 v4.15.0 | ||
github.com/google/uuid v1.3.0 | ||
github.com/hashicorp/go-hclog v1.0.0 | ||
github.com/hashicorp/go-plugin v1.4.3 | ||
github.com/hashicorp/go-version v1.3.0 | ||
github.com/hashicorp/hcl/v2 v2.10.0 | ||
github.com/hashicorp/terraform-exec v0.13.3 | ||
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect | ||
github.com/huandu/go-sqlbuilder v1.12.1 | ||
github.com/iancoleman/strcase v0.1.3 | ||
github.com/jackc/pgconn v1.8.1 | ||
github.com/hashicorp/hcl/v2 v2.10.1 | ||
github.com/hashicorp/terraform-exec v0.15.0 | ||
github.com/huandu/go-sqlbuilder v1.13.0 | ||
github.com/iancoleman/strcase v0.2.0 | ||
github.com/jackc/pgconn v1.10.0 | ||
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451 | ||
github.com/jackc/pgmock v0.0.0-20201204152224-4fe30f7445fd // indirect | ||
github.com/jackc/pgproto3/v2 v2.0.7 // indirect | ||
github.com/jackc/pgx/v4 v4.11.0 | ||
github.com/jhump/protoreflect v1.8.2 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/jackc/pgx/v4 v4.13.0 | ||
github.com/mitchellh/hashstructure v1.1.0 | ||
github.com/modern-go/reflect2 v1.0.1 | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/modern-go/reflect2 v1.0.2 | ||
github.com/spf13/afero v1.6.0 | ||
github.com/spf13/cast v1.4.0 | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
github.com/spf13/cast v1.4.1 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/thoas/go-funk v0.8.1-0.20210502090430-efae847b30ab | ||
github.com/thoas/go-funk v0.9.1 | ||
github.com/tmccombs/hcl2json v0.3.3 | ||
github.com/vmihailenco/msgpack/v5 v5.3.4 | ||
github.com/xo/dburl v0.8.4 | ||
github.com/zclconf/go-cty v1.9.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect | ||
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect | ||
google.golang.org/grpc v1.40.0 | ||
google.golang.org/protobuf v1.26.0 | ||
google.golang.org/grpc v1.41.0 | ||
google.golang.org/protobuf v1.27.1 | ||
) | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.5.0 // indirect | ||
github.com/agext/levenshtein v1.2.3 // indirect | ||
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect | ||
github.com/containerd/containerd v1.5.7 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // 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/terraform-json v0.13.0 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493 // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
github.com/jackc/pgio v1.0.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgproto3/v2 v2.1.1 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect | ||
github.com/jackc/pgtype v1.8.1 // indirect | ||
github.com/jackc/puddle v1.1.4 // indirect | ||
github.com/klauspost/compress v1.13.6 // indirect | ||
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect | ||
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect | ||
github.com/lib/pq v1.10.3 // indirect | ||
github.com/mattn/go-colorable v0.1.11 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/zclconf/go-cty v1.9.1 // indirect | ||
go.uber.org/atomic v1.6.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect | ||
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect | ||
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
google.golang.org/genproto v0.0.0-20211005153810-c76a74d43a8e // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) |
Oops, something went wrong.