Skip to content

Commit

Permalink
go.mod (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd authored Sep 16, 2024
1 parent 615e1fe commit cf15b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/alecthomas/kong v1.2.1
github.com/aserto-dev/go-authorizer v0.20.10
github.com/aserto-dev/go-directory v0.31.13
github.com/itchyny/gojq v0.12.16
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.66.2
google.golang.org/protobuf v1.34.2
Expand All @@ -17,7 +18,6 @@ require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
github.com/itchyny/gojq v0.12.16 // indirect
github.com/itchyny/timefmt-go v0.1.6 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down

0 comments on commit cf15b07

Please sign in to comment.