Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/openfga/openfga from 1.3.3 to 1.3.4 #183

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/openfga/cli

go 1.21.1

require (
github.com/golang/mock v1.6.0
github.com/mattn/go-isatty v0.0.19
Expand All @@ -12,7 +11,7 @@ require (
github.com/openfga/api/proto v0.0.0-20230829001212-d0942ea5a226
github.com/openfga/go-sdk v0.2.3
github.com/openfga/language/pkg/go v0.0.0-20231012032128-c194a92a51dd
github.com/openfga/openfga v1.3.3
github.com/openfga/openfga v1.3.4
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.17.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ github.com/openfga/go-sdk v0.2.3 h1:VPCouXbUP+vtGREbLu8BIuzFiA1kBDQ6tnunFTxtLzc=
github.com/openfga/go-sdk v0.2.3/go.mod h1:2k8hL4VJ46GXUGbnQ1QOrcZWcP1kKATLPeqVnuLzgIE=
github.com/openfga/language/pkg/go v0.0.0-20231012032128-c194a92a51dd h1:Z4aHyLs1sHjGkCZnYs9uIr0TjriOYsDtOnAURE8seg4=
github.com/openfga/language/pkg/go v0.0.0-20231012032128-c194a92a51dd/go.mod h1:dP/HNwWWaSvvkwSrnknWD1rh8e+KHB7J5Jd4DUc8lUg=
github.com/openfga/openfga v1.3.3 h1:3y+inm6uUlnru/IQSeL/5YdY+JiJvwOA4sFQEfWf2vw=
github.com/openfga/openfga v1.3.3/go.mod h1:NxVUzXwc3SkCUidb0jzHjl7bnvyLNwX1jmHHrtxRMNE=
github.com/openfga/openfga v1.3.4 h1:4GQg8zX0I7bsVTy0nlHV4PxXxjQcSyyRJZ+4N056RUk=
github.com/openfga/openfga v1.3.4/go.mod h1:NPxl6UYOf9+3gVBFBcoXbM3scXF+CqSrKvKjDsOYyhE=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30/go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
Expand Down
Loading