Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh committed Sep 9, 2022
1 parent e6269b5 commit f8305bf
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 200 deletions.
27 changes: 12 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,32 @@ require (
github.com/google/go-cmp v0.5.8
github.com/grafana/cortex-tools v0.7.2
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.2
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69
github.com/jackc/pgconn v1.8.0
github.com/jackc/pgconn v1.12.1
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
github.com/lib/pq v1.3.0
github.com/lib/pq v1.10.2
github.com/newrelic/go-agent/v3 v3.12.0
github.com/newrelic/go-agent/v3/integrations/nrgrpc v1.3.1
github.com/odpf/salt v0.0.0-20220106155451-62e8c849ae81
github.com/odpf/salt v0.1.0
github.com/ory/dockertest/v3 v3.9.1
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/prometheus/alertmanager v0.21.1-0.20200911160112-1fdff6b3f939
github.com/prometheus/prometheus v1.8.2-0.20201014093524-73e2ce1bd643
github.com/slack-go/slack v0.11.0
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.12.0 // indirect
github.com/stretchr/testify v1.7.2
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.8.0
github.com/subosito/gotenv v1.4.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0
go.uber.org/zap v1.22.0
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/net v0.0.0-20220526153639-5463443f8c37
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
golang.org/x/tools v0.1.11 // indirect
google.golang.org/genproto v0.0.0-20220525015930-6ca3db687a9d
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
google.golang.org/genproto v0.0.0-20220805133916-01dd62135a58
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.1
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/postgres v1.0.8
gorm.io/gorm v1.20.12
gorm.io/driver/postgres v1.3.9
gorm.io/gorm v1.23.8
)
Loading

0 comments on commit f8305bf

Please sign in to comment.