File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.13.3 (2022-03-31)
4
+
5
+ ### Fixed
6
+
7
+ - Case sensitive use of the module name
8
+
3
9
## 1.13.2 (2022-03-30)
4
10
5
11
### Fixed
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ interface.
6
6
[ ![ Linux Tests] ( https://github.com/Masterminds/vcs/actions/workflows/linux-tests.yaml/badge.svg )] ( https://github.com/Masterminds/vcs/actions/workflows/linux-tests.yaml ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/Masterminds/vcs )] ( https://goreportcard.com/report/github.com/Masterminds/vcs )
7
7
[ ![ Windows Tests] ( https://github.com/Masterminds/vcs/actions/workflows/windows-tests.yaml/badge.svg )] ( https://github.com/Masterminds/vcs/actions/workflows/windows-tests.yaml ) [ ![ Docs] ( https://img.shields.io/static/v1?label=docs&message=reference&color=blue )] ( https://pkg.go.dev/github.com/Masterminds/vcs )
8
8
9
+ ** Note: Module names are case sensitive. Please be sure to use ` github.com/Masterminds/vcs ` with the capital M.**
9
10
10
11
## Quick Usage
11
12
Original file line number Diff line number Diff line change 1
- module github.com/masterminds /vcs
1
+ module github.com/Masterminds /vcs
2
2
3
3
go 1.17
You can’t perform that action at this time.
0 commit comments