Skip to content

Commit

Permalink
go mod tidy + go mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
cyx committed Jan 20, 2021
1 parent 22b3ba5 commit 28c4222
Show file tree
Hide file tree
Showing 269 changed files with 43,744 additions and 13,286 deletions.
11 changes: 2 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,17 @@ module github.com/auth0/auth0-cli
go 1.14

require (
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 // indirect
github.com/benbjohnson/clock v1.0.3 // indirect
github.com/briandowns/spinner v1.11.1
github.com/cyx/auth0 v1.3.1-0.20200908050259-71e4042405b9
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
github.com/tidwall/pretty v1.0.2
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
google.golang.org/appengine v1.6.1 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
gopkg.in/auth0.v5 v5.8.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
337 changes: 310 additions & 27 deletions go.sum

Large diffs are not rendered by default.

31 changes: 0 additions & 31 deletions vendor/github.com/cyx/auth0/CHANGELOG.md

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/cyx/auth0/go.mod

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/github.com/cyx/auth0/go.sum

This file was deleted.

99 changes: 0 additions & 99 deletions vendor/github.com/cyx/auth0/internal/client/client.go

This file was deleted.

196 changes: 0 additions & 196 deletions vendor/github.com/cyx/auth0/management/actions.go

This file was deleted.

Loading

0 comments on commit 28c4222

Please sign in to comment.