Skip to content

Commit ac77874

Browse files
committed
fix: v2 module path
1 parent 37fbf53 commit ac77874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/geekdada/steam-otp
1+
module github.com/geekdada/steam-otp/v2
22

33
go 1.15
44

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"fmt"
5-
"github.com/geekdada/steam-otp/otp"
5+
"github.com/geekdada/steam-otp/v2/otp"
66
"github.com/jessevdk/go-flags"
77
"github.com/manifoldco/promptui"
88
"os"

0 commit comments

Comments
 (0)