Skip to content

Commit 78f1e7f

Browse files
authored
Update kutil (#170)
1 parent 29a8a1f commit 78f1e7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"net/http"
66
"time"
77

8+
"github.com/appscode/go/log"
89
stringz "github.com/appscode/go/strings"
9-
"github.com/appscode/log"
1010
"github.com/appscode/pat"
1111
sapi "github.com/appscode/stash/apis/stash"
1212
scs "github.com/appscode/stash/client/typed/stash/v1alpha1"

schedule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"strings"
77
"time"
88

9-
"github.com/appscode/log"
9+
"github.com/appscode/go/log"
1010
scs "github.com/appscode/stash/client/typed/stash/v1alpha1"
1111
"github.com/appscode/stash/pkg/scheduler"
1212
"github.com/appscode/stash/pkg/util"

0 commit comments

Comments
 (0)