Skip to content

Commit

Permalink
try to fix got get import error
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Nov 24, 2023
1 parent 7076f8b commit ba3d650
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion go/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ package cli
import (
"fmt"
"log"
vault "nitor_vault/nvault"

"runtime/debug"

vault "github.com/nitorcreations/vault/go/nvault"
)

// CLI helper functions
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module nitor_vault
module github.com/nitorcreations/vault/go

go 1.21.3

Expand Down
2 changes: 1 addition & 1 deletion go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package main
import (
"fmt"
"log"
"nitor_vault/cli"
"os"

"github.com/nitorcreations/vault/go/cli"
"github.com/spf13/cobra"
)

Expand Down

0 comments on commit ba3d650

Please sign in to comment.