Skip to content

Commit e2cd4df

Browse files
committed
fix
1 parent 9ce3325 commit e2cd4df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"bufio"
55
"flag"
66
"fmt"
7+
"github.com/cmaster11/k8s-event-watcher"
78
v1 "k8s.io/api/core/v1"
89
_ "k8s.io/client-go/plugin/pkg/client/auth"
9-
"k8seventwatcher"
1010
"log"
1111
"os"
1212
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module k8seventwatcher
1+
module github.com/cmaster11/k8s-event-watcher
22

33
go 1.13
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package k8seventwatcher
22

33
import (
4+
"github.com/cmaster11/k8s-event-watcher/internal"
45
"gopkg.in/yaml.v2"
56
"io"
67
"io/ioutil"
@@ -12,7 +13,6 @@ import (
1213
"k8s.io/client-go/rest"
1314
"k8s.io/client-go/tools/cache"
1415
"k8s.io/client-go/tools/clientcmd"
15-
"k8seventwatcher/internal"
1616
"log"
1717
"sync"
1818
"time"

0 commit comments

Comments
 (0)