[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
commit 2ec313a21f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 }