Skip to content

Commit

Permalink
add optional app name scope for registry token
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town committed Mar 21, 2024
1 parent 400ab79 commit 639eed5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ module github.com/porter-dev/api-contracts

go 1.20

require google.golang.org/protobuf v1.33.0

require connectrpc.com/connect v1.16.0

replace github.com/porter-dev/api-contracts => ../api-contracts
require (
connectrpc.com/connect v1.16.0
google.golang.org/protobuf v1.33.0
)

0 comments on commit 639eed5

Please sign in to comment.