Skip to content

Commit 6de1d66

Browse files
author
Javier Feliu
authored
Merge pull request #133 from jfeliu007/issue-132
Changed to version 2.
2 parents 28d02b4 + b02bc4a commit 6de1d66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/jfeliu007/goplantuml.svg?branch=master)](https://travis-ci.org/jfeliu007/goplantuml)
44
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
55
[![DUMELS Diagram](https://www.dumels.com/api/v1/badge/23ff0222-e93b-4e9f-a4ef-4d5d9b7a5c7d)](https://www.dumels.com/diagram/23ff0222-e93b-4e9f-a4ef-4d5d9b7a5c7d)
6-
# GoPlantUML
6+
# GoPlantUML V2
77

88
PlantUML Class Diagram Generator for golang projects. Generates class diagram text compatible with plantuml with the information of all structures and interfaces as well as the relationship among them.
99

@@ -14,7 +14,7 @@ Take a look at [www.dumels.com](https://www.dumels.com). We have created dumels
1414
Please, review the code of conduct [here](https://github.com/jfeliu007/goplantuml/blob/master/CODE_OF_CONDUCT.md "here").
1515

1616
### Prerequisites
17-
golang 1.10 or above
17+
golang 1.17 or above
1818

1919
### Installing
2020

cmd/goplantuml/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"sort"
1111
"strings"
1212

13-
goplantuml "github.com/jfeliu007/goplantuml/parser"
13+
goplantuml "github.com/jfeliu007/goplantuml/v2/parser"
1414
)
1515

1616
// RenderingOptionSlice will implements the sort interface

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/jfeliu007/goplantuml
1+
module github.com/jfeliu007/goplantuml/v2
22

33
go 1.17
44

0 commit comments

Comments
 (0)