File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11package cli
22
33import (
4+ "context"
45 "errors"
56 "fmt"
67 "net/url"
@@ -10,7 +11,6 @@ import (
1011 "github.com/auth0/go-auth0/management"
1112 "github.com/pmezard/go-difflib/difflib"
1213 "github.com/spf13/cobra"
13- "golang.org/x/net/context"
1414
1515 "github.com/auth0/auth0-cli/internal/ansi"
1616 "github.com/auth0/auth0-cli/internal/prompt"
Original file line number Diff line number Diff line change 11package cli
22
33import (
4+ "context"
45 "encoding/json"
56 "errors"
67 "fmt"
@@ -10,7 +11,6 @@ import (
1011
1112 "github.com/auth0/go-auth0/management"
1213 "github.com/spf13/cobra"
13- "golang.org/x/net/context"
1414
1515 "github.com/auth0/auth0-cli/internal/auth0"
1616
Original file line number Diff line number Diff line change 11package cli
22
33import (
4+ "context"
45 "fmt"
56 "sort"
67 "time"
@@ -9,7 +10,6 @@ import (
910
1011 "github.com/auth0/go-auth0/management"
1112 "github.com/spf13/cobra"
12- "golang.org/x/net/context"
1313)
1414
1515// Besides the limitation of 100 log events per request to retrieve logs,
Original file line number Diff line number Diff line change 11package cli
22
33import (
4+ "context"
45 "encoding/json"
56 "fmt"
67 "net/http"
78
89 "github.com/spf13/cobra"
9- "golang.org/x/net/context"
1010
1111 "github.com/auth0/auth0-cli/internal/ansi"
1212 "github.com/auth0/auth0-cli/internal/iostream"
Original file line number Diff line number Diff line change 11package cli
22
33import (
4+ "context"
45 _ "embed"
56 "fmt"
67 "os"
@@ -11,7 +12,6 @@ import (
1112
1213 "github.com/auth0/go-auth0/management"
1314 "github.com/spf13/cobra"
14- "golang.org/x/net/context"
1515
1616 "github.com/auth0/auth0-cli/internal/ansi"
1717 "github.com/auth0/auth0-cli/internal/auth0"
Original file line number Diff line number Diff line change 11package cli
22
33import (
4+ "context"
45 "errors"
56 "fmt"
67
78 "github.com/auth0/go-auth0/management"
89 "github.com/spf13/cobra"
9- "golang.org/x/net/context"
1010
1111 "github.com/auth0/auth0-cli/internal/ansi"
1212 "github.com/auth0/auth0-cli/internal/prompt"
Original file line number Diff line number Diff line change 11package cli
22
33import (
4+ "context"
45 "encoding/json"
56 "errors"
67 "fmt"
78
89 "github.com/auth0/go-auth0/management"
910 "github.com/spf13/cobra"
10- "golang.org/x/net/context"
1111
1212 "github.com/auth0/auth0-cli/internal/ansi"
1313 "github.com/auth0/auth0-cli/internal/auth0"
Original file line number Diff line number Diff line change 11package cli
22
33import (
4+ "context"
45 "fmt"
56
67 "github.com/spf13/cobra"
7- "golang.org/x/net/context"
88)
99
1010var tenantDomain = Argument {
Original file line number Diff line number Diff line change 11package cli
22
33import (
4+ "context"
45 "errors"
56 "fmt"
67 "net/http"
@@ -9,7 +10,6 @@ import (
910 "github.com/atotto/clipboard"
1011 "github.com/auth0/go-auth0/management"
1112 "github.com/spf13/cobra"
12- "golang.org/x/net/context"
1313
1414 "github.com/auth0/auth0-cli/internal/ansi"
1515 "github.com/auth0/auth0-cli/internal/auth/authutil"
Original file line number Diff line number Diff line change 11package cli
22
33import (
4+ "context"
45 "encoding/json"
56 "errors"
67 "fmt"
78 "net/url"
89
910 "github.com/auth0/go-auth0/management"
1011 "github.com/spf13/cobra"
11- "golang.org/x/net/context"
1212
1313 "github.com/auth0/auth0-cli/internal/ansi"
1414 "github.com/auth0/auth0-cli/internal/auth0"
You can’t perform that action at this time.
0 commit comments