Skip to content

Commit

Permalink
upd to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Sep 27, 2023
1 parent 4ce5f98 commit a80c52d
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 2,709 deletions.
30 changes: 16 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
module github.com/aserto-dev/go-authorizer

go 1.17
go 1.19

require (
github.com/aserto-dev/errors v0.0.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/magefile/mage v1.14.0
google.golang.org/genproto v0.0.0-20220927151529-dcaddaf36704
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
github.com/aserto-dev/errors v0.0.6
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0
github.com/magefile/mage v1.15.0
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb
google.golang.org/grpc v1.58.2
google.golang.org/protobuf v1.31.0
)

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/zerolog v1.28.0 // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
github.com/rs/zerolog v1.31.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20230920204549-e6e6cdab5c13 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920183334-c177e329c48b // indirect
)
Loading

0 comments on commit a80c52d

Please sign in to comment.