Skip to content

Commit

Permalink
move "net/url" back to original location
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlesbykumbi authored Sep 5, 2018
1 parent 2a6d814 commit 59d0119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package service
import (
"bytes"
"fmt"
"net/url"
"os"
"strings"
"time"
Expand All @@ -40,7 +41,6 @@ import (
"k8s.io/minikube/pkg/minikube/cluster"
"k8s.io/minikube/pkg/minikube/config"
"k8s.io/minikube/pkg/util"
"net/url"
)

type K8sClient interface {
Expand Down

0 comments on commit 59d0119

Please sign in to comment.