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 7a5cae0 commit 2adf2cfCopy full SHA for 2adf2cf
cmd/goplantuml/main.go
@@ -4,7 +4,7 @@ import (
4
"errors"
5
"flag"
6
"fmt"
7
- goplantuml "github.com/jfeliu007/goplantuml/v2/parser"
+ goplantuml "github.com/jfeliu007/goplantuml/parser"
8
"io"
9
"os"
10
"path/filepath"
go.mod
@@ -1,7 +1,8 @@
1
-module github.com/jfeliu007/goplantuml/v2
+module github.com/jfeliu007/goplantuml
2
3
go 1.17
-require github.com/spf13/afero v1.8.2
-
-require golang.org/x/text v0.3.7 // indirect
+require (
+ github.com/spf13/afero v1.8.2
+ golang.org/x/text v0.3.7 // indirect
+)
0 commit comments