Skip to content

Commit

Permalink
Fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
crobby committed Aug 5, 2023
1 parent 9b8fd58 commit 3926f7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/auth/providers/publicapi/login.go
Expand Up @@ -4,13 +4,14 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/rancher/rancher/pkg/agent/clean"
"io/ioutil"
"net/http"
"strconv"
"strings"
"time"

"github.com/rancher/rancher/pkg/agent/clean"

"github.com/rancher/norman/httperror"
"github.com/rancher/norman/types"
v32 "github.com/rancher/rancher/pkg/apis/management.cattle.io/v3"
Expand Down
3 changes: 2 additions & 1 deletion pkg/multiclustermanager/app.go
Expand Up @@ -2,12 +2,13 @@ package multiclustermanager

import (
"context"
"github.com/rancher/rancher/pkg/agent/clean"
"net/http"
"os"
"sync"
"time"

"github.com/rancher/rancher/pkg/agent/clean"

"github.com/pkg/errors"
"github.com/rancher/norman/types"
"github.com/rancher/rancher/pkg/auth/providerrefresh"
Expand Down

0 comments on commit 3926f7b

Please sign in to comment.