Skip to content

Commit

Permalink
fix(deps): update deps (patch) (#835)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 13, 2023
1 parent ca3e1e3 commit e06d557
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 55 deletions.
29 changes: 15 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/Masterminds/semver/v3 v3.2.1
github.com/Masterminds/sprig/v3 v3.2.3
github.com/adhocore/gronx v1.6.2
github.com/alicebob/miniredis/v2 v2.30.2
github.com/aws/aws-sdk-go v1.44.248
github.com/adhocore/gronx v1.6.3
github.com/alicebob/miniredis/v2 v2.30.3
github.com/aws/aws-sdk-go v1.44.281
github.com/buildkite/yaml v0.0.0-20181016232759-0caa5f0796e3
github.com/drone/envsubst v1.0.3
github.com/gin-gonic/gin v1.9.0
Expand All @@ -22,23 +22,23 @@ require (
github.com/goware/urlx v0.3.2
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-retryablehttp v0.7.2
github.com/hashicorp/vault/api v1.9.1
github.com/hashicorp/go-retryablehttp v0.7.4
github.com/hashicorp/vault/api v1.9.2
github.com/joho/godotenv v1.5.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.15.0
github.com/redis/go-redis/v9 v9.0.3
github.com/sirupsen/logrus v1.9.0
github.com/prometheus/client_golang v1.15.1
github.com/redis/go-redis/v9 v9.0.5
github.com/sirupsen/logrus v1.9.3
github.com/spf13/afero v1.9.5
github.com/urfave/cli/v2 v2.25.1
github.com/urfave/cli/v2 v2.25.6
go.starlark.net v0.0.0-20230302034142-4b1e35fe2254
golang.org/x/oauth2 v0.7.0
golang.org/x/sync v0.1.0
gopkg.in/square/go-jose.v2 v2.6.0
gorm.io/driver/postgres v1.5.0
gorm.io/driver/postgres v1.5.2
gorm.io/driver/sqlite v1.4.4
gorm.io/gorm v1.25.0
k8s.io/apimachinery v0.27.1
gorm.io/gorm v1.25.1
k8s.io/apimachinery v0.27.2
)

require (
Expand All @@ -59,6 +59,7 @@ require (
github.com/fatih/color v1.10.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
Expand All @@ -80,7 +81,7 @@ require (
github.com/imdario/mergo v0.3.11 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.3.0 // indirect
github.com/jackc/pgx/v5 v5.3.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
Expand Down Expand Up @@ -113,7 +114,7 @@ require (
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yuin/gopher-lua v1.1.0 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
Expand Down
Loading

0 comments on commit e06d557

Please sign in to comment.