Skip to content

Commit 0a075a2

Browse files
committed
internal: case sensitive exclude for github.com/google/UUID
Fixes golang/go#68357 Change-Id: I6f59310442fa6a161c95ea568238fefffcc09072 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/665735 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]> kokoro-CI: kokoro <[email protected]>
1 parent 5f490db commit 0a075a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/fetch/known_alternatives.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ var knownAlternatives = map[string]string{
3232
"github.com/burntsushi/toml": "github.com/BurntSushi/toml",
3333
"github.com/burntSushi/toml": "github.com/BurntSushi/toml",
3434
"github.com/Burntsushi/toml": "github.com/BurntSushi/toml",
35+
"github.com/google/UUID": "github.com/google/uuid",
3536
}
3637

3738
// knownAlternativeFor returns the module that the given module path is an alternative to,

0 commit comments

Comments
 (0)