Skip to content

Commit

Permalink
chore: update version of optimus (#471)
Browse files Browse the repository at this point in the history
Co-authored-by: Sravan Korumilli <[email protected]>
  • Loading branch information
sbchaos and sravankorumilli authored Feb 1, 2023
1 parent 700d08f commit 7ce6a55
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 133 deletions.
14 changes: 5 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ require (
cloud.google.com/go/datacatalog v1.10.0
cloud.google.com/go/logging v1.6.1
cloud.google.com/go/storage v1.27.0
github.com/AlecAivazis/survey/v2 v2.3.5
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/ClickHouse/clickhouse-go v1.4.5
github.com/MakeNowJust/heredoc v1.0.0
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/aws/aws-sdk-go v1.42.23
github.com/aws/aws-sdk-go v1.43.31
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/blastrain/vitess-sqlparser v0.0.0-20201030050434-a139afbb1aba
github.com/cenkalti/backoff/v4 v4.1.3
github.com/d5/tengo/v2 v2.13.0
github.com/denisenkom/go-mssqldb v0.10.0
github.com/denisenkom/go-mssqldb v0.12.0
github.com/dnaeon/go-vcr/v2 v2.0.1
github.com/elastic/go-elasticsearch v0.0.0
github.com/elastic/go-elasticsearch/v8 v8.0.0-20210708134649-33f644c8e327
Expand All @@ -39,9 +39,8 @@ require (
github.com/lib/pq v1.10.4
github.com/mcuadros/go-defaults v1.2.0
github.com/mitchellh/mapstructure v1.5.0
github.com/muesli/reflow v0.3.0 // indirect
github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249
github.com/odpf/optimus v0.2.1-rc.1
github.com/odpf/optimus v0.6.0-rc.5
github.com/odpf/salt v0.2.4
github.com/odpf/shield v0.2.3
github.com/ory/dockertest/v3 v3.9.1
Expand All @@ -62,10 +61,7 @@ require (
github.com/subosito/gotenv v1.4.0 // indirect
gitlab.com/flimzy/testy v0.8.0 // indirect
go.mongodb.org/mongo-driver v1.7.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.28.0
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.32.0
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
google.golang.org/api v0.107.0
Expand Down
Loading

0 comments on commit 7ce6a55

Please sign in to comment.