Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojan295 committed Oct 1, 2024
1 parent 8ef2d2d commit 60d0242
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions cmd/proxy/main.go
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
package main

import (
"cloud-proxy/internal/cloud/gcp"
"cloud-proxy/internal/cloud/gcp/gcpauth"
"cloud-proxy/internal/config"
"cloud-proxy/internal/healthz"
"cloud-proxy/internal/proxy"

"context"
"fmt"
"path"
"runtime"
"time"

"github.com/sirupsen/logrus"

"cloud-proxy/internal/cloud/gcp"
"cloud-proxy/internal/cloud/gcp/gcpauth"
"cloud-proxy/internal/config"
"cloud-proxy/internal/healthz"
"cloud-proxy/internal/proxy"
)

var (
Expand Down
5 changes: 3 additions & 2 deletions internal/proxy/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ package proxy

import (
"bytes"
"cloud-proxy/internal/config"
cloudproxyv1alpha "cloud-proxy/proto/gen/proto/v1alpha"
"context"
"fmt"
"io"
Expand All @@ -23,6 +21,9 @@ import (
"google.golang.org/grpc/credentials/insecure"
"google.golang.org/grpc/encoding/gzip"
"google.golang.org/grpc/metadata"

"cloud-proxy/internal/config"
cloudproxyv1alpha "cloud-proxy/proto/gen/proto/v1alpha"
)

const (
Expand Down

0 comments on commit 60d0242

Please sign in to comment.