Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit eefc61b

Browse files
authored
Merge pull request #21 from workos/at-fga-test
Add `fga test` command
2 parents d921704 + 2f9fdb1 commit eefc61b

2 files changed

Lines changed: 439 additions & 13 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/spf13/cobra v1.8.1
1010
github.com/spf13/viper v1.19.0
1111
github.com/workos/workos-go/v4 v4.33.0
12+
gopkg.in/yaml.v3 v3.0.1
1213
)
1314

1415
require (
@@ -58,5 +59,4 @@ require (
5859
golang.org/x/sys v0.21.0 // indirect
5960
golang.org/x/text v0.16.0 // indirect
6061
gopkg.in/ini.v1 v1.67.0 // indirect
61-
gopkg.in/yaml.v3 v3.0.1 // indirect
6262
)

0 commit comments

Comments
 (0)