|
|
|
|
|
by mirekrusin
1534 days ago
|
|
Npm lockfile will refer to same package because you can't republish npm with the same tag (there is also content hash in lockfile). Referring to version tag in git from go's mod can't guarantee that because you can overwrite tag in git. Am I wrong? |
|