@@ -8,7 +8,6 @@ require (
88 github.com/Masterminds/semver/v3 v3.1.1
99 github.com/Masterminds/squirrel v1.5.2
1010 github.com/benbjohnson/clock v1.3.0 // indirect
11- github.com/dhui/dktest v0.3.7 // indirect
1211 github.com/elastic/go-elasticsearch v0.0.0
1312 github.com/elastic/go-elasticsearch/v7 v7.16.0
1413 github.com/envoyproxy/protoc-gen-validate v0.6.7
@@ -17,47 +16,42 @@ require (
1716 github.com/go-playground/universal-translator v0.18.0
1817 github.com/go-playground/validator/v10 v10.10.0
1918 github.com/gofrs/uuid v4.2.0+incompatible // indirect
20- github.com/golang-migrate/migrate/v4 v4.15.0
19+ github.com/golang-migrate/migrate/v4 v4.15.2
2120 github.com/golang-module/carbon/v2 v2.1.8
2221 github.com/google/go-cmp v0.5.8
2322 github.com/google/uuid v1.3.0
2423 github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
25- github.com/grpc-ecosystem/grpc-gateway/v2 v2.9.0
24+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
2625 github.com/jackc/pgconn v1.8.0
2726 github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
2827 github.com/jackc/pgx/v4 v4.10.1
29- github.com/jmoiron/sqlx v1.3.4
28+ github.com/jmoiron/sqlx v1.3.5
3029 github.com/lib/pq v1.10.2
31- github.com/mattn/go-sqlite3 v1.14.9 // indirect
3230 github.com/mitchellh/mapstructure v1.5.0 // indirect
33- github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
3431 github.com/newrelic/go-agent/v3 v3.15.2
3532 github.com/newrelic/go-agent/v3/integrations/nrelasticsearch-v7 v1.0.1
3633 github.com/newrelic/go-agent/v3/integrations/nrgrpc v1.3.1
37- github.com/odpf/salt v0.0.0-20220614042821-c5613a78b4d6
34+ github.com/odpf/salt v0.2.5-0.20221130085531-51c81815f7d6
3835 github.com/olivere/elastic/v7 v7.0.31
39- github.com/ory/dockertest/v3 v3.8 .1
36+ github.com/ory/dockertest/v3 v3.9 .1
4037 github.com/pelletier/go-toml v1.9.5 // indirect
4138 github.com/pelletier/go-toml/v2 v2.0.2 // indirect
4239 github.com/peterbourgon/mergemap v0.0.1
4340 github.com/r3labs/diff/v2 v2.15.0
4441 github.com/spf13/cast v1.5.0 // indirect
4542 github.com/spf13/cobra v1.4.0
4643 github.com/spf13/viper v1.11.0 // indirect
47- github.com/stretchr/testify v1.7.2
44+ github.com/stretchr/testify v1.8.0
4845 github.com/subosito/gotenv v1.4.0 // indirect
49- github.com/yuin/goldmark v1.4.1 // indirect
5046 go.uber.org/atomic v1.9.0 // indirect
5147 go.uber.org/multierr v1.8.0 // indirect
5248 go.uber.org/zap v1.21.0 // indirect
5349 golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
54- golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2
55- golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
50+ golang.org/x/net v0.0.0-20220919232410-f2f64ebce3c1
5651 golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
57- golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
58- google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd
59- google.golang.org/grpc v1.46.0
60- google.golang.org/protobuf v1.28.0
52+ google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc
53+ google.golang.org/grpc v1.49.0
54+ google.golang.org/protobuf v1.28.1
6155 gopkg.in/ini.v1 v1.66.6 // indirect
6256 gopkg.in/yaml.v2 v2.4.0
6357 gotest.tools v2.2.0+incompatible
0 commit comments