add retry for connection check
... | @@ -6,6 +6,7 @@ require ( | ... | @@ -6,6 +6,7 @@ require ( |
github.com/cloudevents/sdk-go/v2 v2.14.0 | github.com/cloudevents/sdk-go/v2 v2.14.0 | ||
github.com/gin-gonic/gin v1.9.1 | github.com/gin-gonic/gin v1.9.1 | ||
github.com/jackc/pgx/v5 v5.5.2 | github.com/jackc/pgx/v5 v5.5.2 | ||
github.com/sethvargo/go-retry v0.2.4 | |||
github.com/sirupsen/logrus v1.9.3 | github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/viper v1.18.2 | github.com/spf13/viper v1.18.2 | ||
github.com/stretchr/testify v1.8.4 | github.com/stretchr/testify v1.8.4 | ||
... | ... |
Please register or sign in to comment