Skip to content

Commit

Permalink
rename go module name (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wujunzhuo committed May 14, 2024
1 parent 29468e7 commit 30afc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/yomorun/yomo"
"github.com/yomorun/yomo/serverless"

"github.com/yomorun/yc-cli/pkg"
"github.com/yomorun/yc/pkg"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/yomorun/yc-cli
module github.com/yomorun/yc

go 1.21

Expand Down

0 comments on commit 30afc74

Please sign in to comment.