-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from jfeliu007/issue-137
revert back to v1 in the go mods
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |