Skip to content

Commit

Permalink
update go module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimbbakar committed Dec 16, 2021
1 parent a26c6c3 commit 37ef97b
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 46 deletions.
2 changes: 1 addition & 1 deletion command/note.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package command
import (
"github.com/spf13/cobra"

"github.com/kimbbakar/yatt/service"
"github.com/Kimbbakar/yatt/service"
)

func AddCreateNoteCommand(rootCommand *cobra.Command) {
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Kimbbakar/yatt
go 1.16

require (
github.com/google/uuid v1.1.2
github.com/spf13/cobra v1.2.1
github.com/google/uuid v1.3.0
github.com/spf13/cobra v1.3.0
github.com/xuri/excelize/v2 v2.4.1
)
Loading

0 comments on commit 37ef97b

Please sign in to comment.