We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fbf53 commit ac77874Copy full SHA for ac77874
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/geekdada/steam-otp
+module github.com/geekdada/steam-otp/v2
2
3
go 1.15
4
main.go
@@ -2,7 +2,7 @@ package main
import (
"fmt"
5
- "github.com/geekdada/steam-otp/otp"
+ "github.com/geekdada/steam-otp/v2/otp"
6
"github.com/jessevdk/go-flags"
7
"github.com/manifoldco/promptui"
8
"os"
0 commit comments