Skip to content

Commit

Permalink
modify go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
caixisheng committed May 5, 2021
1 parent c467d3f commit 291d880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ganni-tool
module github.com/xishengcai/ganni-tool

go 1.15

Expand Down
4 changes: 2 additions & 2 deletions k8s/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"io/ioutil"
"strings"

"ganni-tool/e"
"ganni-tool/file"
"github.com/xishengcai/ganni-tool/e"
"github.com/xishengcai/ganni-tool/file"

apierrs "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 291d880

Please sign in to comment.