Skip to content

Commit 7d3c358

Browse files
authored
Merge pull request #106 from Masterminds/fix-mod
Updating the module to the correct case sensitive name
2 parents 6a6170d + c11ae94 commit 7d3c358

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.13.3 (2022-03-31)
4+
5+
### Fixed
6+
7+
- Case sensitive use of the module name
8+
39
## 1.13.2 (2022-03-30)
410

511
### Fixed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ interface.
66
[![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)
77
[![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)
88

9+
**Note: Module names are case sensitive. Please be sure to use `github.com/Masterminds/vcs` with the capital M.**
910

1011
## Quick Usage
1112

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/masterminds/vcs
1+
module github.com/Masterminds/vcs
22

33
go 1.17

0 commit comments

Comments
 (0)