[chore]: Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#2166)

This commit is contained in:
dependabot[bot]
2023-08-28 07:12:40 +00:00
committed by GitHub
parent e6407ec95c
commit 2ec313a21f
9 changed files with 43 additions and 22 deletions

View File

@ -7,6 +7,6 @@
package uuid
// getHardwareInterface returns nil values for the JS version of the code.
// This remvoves the "net" dependency, because it is not used in the browser.
// This removes the "net" dependency, because it is not used in the browser.
// Using the "net" library inflates the size of the transpiled JS code by 673k bytes.
func getHardwareInterface(name string) (string, []byte) { return "", nil }