Skip to content

Commit

Permalink
chore(deps): Update go deps (#1624)
Browse files Browse the repository at this point in the history
* chore(deps): update go deps

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Run generate

Signed-off-by: Charith Ellawala <charith@cerbos.dev>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Charith Ellawala <charith@cerbos.dev>
  • Loading branch information
renovate[bot] and charithe committed Jun 5, 2023
1 parent fc5ea9b commit f750c1a
Show file tree
Hide file tree
Showing 11 changed files with 116 additions and 294 deletions.
1 change: 1 addition & 0 deletions api/private/buf.yaml
Expand Up @@ -3,6 +3,7 @@ version: v1
name: buf.build/cerbos/cerbos-unstable-api
deps:
- "buf.build/cerbos/cerbos-api"
- "buf.build/googleapis/googleapis"

lint:
use:
Expand Down
36 changes: 18 additions & 18 deletions go.mod
Expand Up @@ -9,10 +9,10 @@ require (
github.com/alecthomas/chroma/v2 v2.7.0
github.com/alecthomas/kong v0.7.1
github.com/alecthomas/participle/v2 v2.0.0
github.com/aws/aws-sdk-go v1.44.270
github.com/aws/aws-sdk-go v1.44.275
github.com/bluele/gcache v0.0.2
github.com/cenkalti/backoff/v4 v4.2.1
github.com/cerbos/cloud-api v0.1.1
github.com/cerbos/cloud-api v0.1.2
github.com/cespare/xxhash v1.1.0
github.com/cespare/xxhash/v2 v2.2.0
github.com/denisenkom/go-mssqldb v0.12.3
Expand All @@ -29,14 +29,14 @@ require (
github.com/go-logr/zapr v1.2.4
github.com/go-sql-driver/mysql v1.7.1
github.com/gobwas/glob v0.2.3
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/golang-migrate/migrate/v4 v4.16.1
github.com/google/cel-go v0.15.2
github.com/google/go-cmp v0.5.9
github.com/google/gops v0.3.27
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
github.com/iancoleman/strcase v0.2.0
github.com/jackc/pgtype v1.14.0
github.com/jackc/pgx/v4 v4.18.1
Expand All @@ -48,7 +48,7 @@ require (
github.com/lestrrat-go/httprc v1.0.4
github.com/lestrrat-go/jwx/v2 v2.0.9
github.com/mattn/go-isatty v0.0.19
github.com/minio/minio-go/v7 v7.0.55
github.com/minio/minio-go/v7 v7.0.56
github.com/nlepage/go-tarfs v1.1.0
github.com/oklog/ulid/v2 v2.1.0
github.com/olekukonko/tablewriter v0.0.5
Expand All @@ -57,7 +57,7 @@ require (
github.com/planetscale/vtprotobuf v0.4.0
github.com/prometheus/client_golang v1.15.1
github.com/pterm/pterm v0.12.62
github.com/rivo/tview v0.0.0-20230525073430-4a1f85bb2219
github.com/rivo/tview v0.0.0-20230530133550-8bd761dda819
github.com/rjeczalik/notify v0.9.3
github.com/rogpeppe/go-internal v1.10.0
github.com/rs/cors v1.9.0
Expand All @@ -66,11 +66,11 @@ require (
github.com/sony/gobreaker v0.5.0
github.com/sourcegraph/conc v0.3.0
github.com/spf13/afero v1.9.5
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
github.com/tidwall/gjson v1.14.4
github.com/tidwall/pretty v1.2.1
github.com/tidwall/sjson v1.2.5
github.com/twmb/franz-go v1.13.4
github.com/twmb/franz-go v1.13.5
github.com/twmb/franz-go/pkg/kadm v1.8.1
github.com/twmb/franz-go/plugin/kzap v1.1.2
go.elastic.co/ecszap v1.0.1
Expand All @@ -92,13 +92,13 @@ require (
golang.org/x/crypto v0.9.0
golang.org/x/net v0.10.0
golang.org/x/sync v0.2.0
golang.org/x/tools v0.9.1
google.golang.org/genproto/googleapis/api v0.0.0-20230525234020-1aefcd67740a
golang.org/x/tools v0.9.3
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.12.0
modernc.org/sqlite v1.22.1
modernc.org/sqlite v1.23.0
)

require (
Expand All @@ -111,10 +111,10 @@ require (
cloud.google.com/go/iam v0.13.0 // indirect
cloud.google.com/go/storage v1.29.0 // indirect
filippo.io/age v1.1.1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 // indirect
Expand Down Expand Up @@ -215,7 +215,7 @@ require (
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
Expand Down Expand Up @@ -258,18 +258,18 @@ require (
go.opentelemetry.io/otel/sdk/metric v0.39.0 // indirect
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874 // indirect
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.114.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230526015343-6ee61e4f9d5f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234015-3fc162c6f38a // indirect
google.golang.org/genproto v0.0.0-20230526203410-71b5a4ffd15e // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down

0 comments on commit f750c1a

Please sign in to comment.