Skip to content

Commit

Permalink
Merge pull request #138 from jfeliu007/issue-137
Browse files Browse the repository at this point in the history
revert back to v1 in the go mods
  • Loading branch information
jfeliu007 authored Apr 6, 2022
2 parents 7a5cae0 + 2adf2cf commit c585660
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/goplantuml/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"flag"
"fmt"
goplantuml "github.com/jfeliu007/goplantuml/v2/parser"
goplantuml "github.com/jfeliu007/goplantuml/parser"
"io"
"os"
"path/filepath"
Expand Down
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/jfeliu007/goplantuml/v2
module github.com/jfeliu007/goplantuml

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 comments on commit c585660

Please sign in to comment.