We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f490db commit 0a075a2Copy full SHA for 0a075a2
internal/fetch/known_alternatives.go
@@ -32,6 +32,7 @@ var knownAlternatives = map[string]string{
32
"github.com/burntsushi/toml": "github.com/BurntSushi/toml",
33
"github.com/burntSushi/toml": "github.com/BurntSushi/toml",
34
"github.com/Burntsushi/toml": "github.com/BurntSushi/toml",
35
+ "github.com/google/UUID": "github.com/google/uuid",
36
}
37
38
// knownAlternativeFor returns the module that the given module path is an alternative to,
0 commit comments