Skip to content

Commit

Permalink
Merge pull request #3 from DelineaXPM/delineaKrehl-v2_update
Browse files Browse the repository at this point in the history
Append v2 to module path
  • Loading branch information
EndlessTrax committed May 27, 2022
2 parents 552fbd6 + d24bb11 commit ac3ba36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/DelineaXPM/dsv-sdk-go
module github.com/DelineaXPM/dsv-sdk-go/v2

go 1.13
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"os"

"github.com/DelineaXPM/dsv-sdk-go/vault"
"github.com/DelineaXPM/dsv-sdk-go/v2/vault"
)

func main() {
Expand Down

0 comments on commit ac3ba36

Please sign in to comment.