Skip to content

Commit

Permalink
update go modules (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
orishavit authored Nov 27, 2023
1 parent b77cfcb commit ecae163
Show file tree
Hide file tree
Showing 2 changed files with 1,220 additions and 34 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ module github.com/permitio/permit-golang
go 1.13

require (
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.8.0
go.uber.org/zap v1.24.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
github.com/google/uuid v1.4.0
github.com/stretchr/testify v1.8.1
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0
golang.org/x/net v0.18.0
golang.org/x/oauth2 v0.14.0
google.golang.org/appengine v1.6.8 // indirect
)
Loading

0 comments on commit ecae163

Please sign in to comment.