M README.md => README.md +3 -3
@@ 42,7 42,7 @@ package main
import (
"log"
- "git.sr.ht/~rjarry/go-opt"
+ "git.sr.ht/~rjarry/go-opt/v2"
)
func main() {
@@ 85,7 85,7 @@ import (
"fmt"
"log"
- "git.sr.ht/~rjarry/go-opt"
+ "git.sr.ht/~rjarry/go-opt/v2"
)
type Foo struct {
@@ 132,7 132,7 @@ import (
"os"
"strings"
- "git.sr.ht/~rjarry/go-opt"
+ "git.sr.ht/~rjarry/go-opt/v2"
)
type CompleteStruct struct {
M args_test.go => args_test.go +1 -1
@@ 6,7 6,7 @@ package opt_test
import (
"testing"
- "git.sr.ht/~rjarry/go-opt"
+ "git.sr.ht/~rjarry/go-opt/v2"
"github.com/stretchr/testify/assert"
)
M complete_test.go => complete_test.go +1 -1
@@ 4,7 4,7 @@ import (
"strings"
"testing"
- "git.sr.ht/~rjarry/go-opt"
+ "git.sr.ht/~rjarry/go-opt/v2"
"github.com/stretchr/testify/assert"
)
M go.mod => go.mod +1 -1
@@ 1,4 1,4 @@
-module git.sr.ht/~rjarry/go-opt
+module git.sr.ht/~rjarry/go-opt/v2
go 1.18
M opt.go => opt.go +1 -1
@@ 10,7 10,7 @@ import (
"fmt"
"log"
- "git.sr.ht/~rjarry/go-opt"
+ "git.sr.ht/~rjarry/go-opt/v2"
)
type Foo struct {
M spec_test.go => spec_test.go +1 -1
@@ 4,7 4,7 @@ import (
"fmt"
"testing"
- "git.sr.ht/~rjarry/go-opt"
+ "git.sr.ht/~rjarry/go-opt/v2"
"github.com/stretchr/testify/assert"
)