Skip to content

Commit 2adf2cf

Browse files
committed
revert back to v1 in the go mods
fixes #137
1 parent 7a5cae0 commit 2adf2cf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

cmd/goplantuml/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"errors"
55
"flag"
66
"fmt"
7-
goplantuml "github.com/jfeliu007/goplantuml/v2/parser"
7+
goplantuml "github.com/jfeliu007/goplantuml/parser"
88
"io"
99
"os"
1010
"path/filepath"

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
module github.com/jfeliu007/goplantuml/v2
1+
module github.com/jfeliu007/goplantuml
22

33
go 1.17
44

5-
require github.com/spf13/afero v1.8.2
6-
7-
require golang.org/x/text v0.3.7 // indirect
5+
require (
6+
github.com/spf13/afero v1.8.2
7+
golang.org/x/text v0.3.7 // indirect
8+
)

0 commit comments

Comments
 (0)