Skip to content

Commit

Permalink
Fix openfga bump (#3590)
Browse files Browse the repository at this point in the history
* build(deps): bump github.com/thomaspoignant/go-feature-flag

Bumps [github.com/thomaspoignant/go-feature-flag](https://github.com/thomaspoignant/go-feature-flag) from 1.27.0 to 1.30.0.
- [Release notes](https://github.com/thomaspoignant/go-feature-flag/releases)
- [Changelog](https://github.com/thomaspoignant/go-feature-flag/blob/main/.goreleaser.yaml)
- [Commits](thomaspoignant/go-feature-flag@v1.27.0...v1.30.0)

---
updated-dependencies:
- dependency-name: github.com/thomaspoignant/go-feature-flag
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump testcontainers-go mysql|pgsql

This commit updates the mysql and pgsql variants of  testcontainers-go
to allow openfga to be updated without breaking the linter from a bad
import path.

Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
3 people authored Jun 13, 2024
1 parent 105c93c commit cb2e850
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 71 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require (
github.com/stacklok/frizbee v0.0.19
github.com/stretchr/testify v1.9.0
github.com/styrainc/regal v0.22.0
github.com/thomaspoignant/go-feature-flag v1.27.0
github.com/thomaspoignant/go-feature-flag v1.30.0
github.com/xeipuuv/gojsonschema v1.2.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0
Expand Down Expand Up @@ -85,7 +85,7 @@ require (
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/Masterminds/squirrel v1.5.4 // indirect
github.com/MicahParks/keyfunc v1.9.0 // indirect
github.com/Microsoft/hcsshim v0.11.4 // indirect
Expand Down Expand Up @@ -165,16 +165,16 @@ require (
github.com/sigstore/sigstore v1.8.3 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/testcontainers/testcontainers-go v0.30.0 // indirect
github.com/testcontainers/testcontainers-go/modules/mysql v0.30.0 // indirect
github.com/testcontainers/testcontainers-go/modules/postgres v0.30.0 // indirect
github.com/testcontainers/testcontainers-go v0.31.0 // indirect
github.com/testcontainers/testcontainers-go/modules/mysql v0.31.0 // indirect
github.com/testcontainers/testcontainers-go/modules/postgres v0.31.0 // indirect
github.com/theupdateframework/go-tuf/v2 v2.0.0-20240223092044-1e7978e83f63 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.25.0 // indirect
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
golang.org/x/time v0.5.0 // indirect
Expand Down Expand Up @@ -298,7 +298,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
Expand Down
Loading

0 comments on commit cb2e850

Please sign in to comment.