aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/uuid/node_js.go
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-12 01:17:07 +0000
committerAleksandr Nogikh <nogikh@google.com>2023-09-13 07:31:29 +0000
commit04dd42ba137ff1f5fa6b2193a4b529b186051c1c (patch)
treebaef18d8bf347f334d1c4259214619ae67fa2251 /vendor/github.com/google/uuid/node_js.go
parent7c97d670c44edd6eee772ec47d77847d85f8a7a7 (diff)
mod: do: bump google.golang.org/api from 0.139.0 to 0.140.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.139.0 to 0.140.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.139.0...v0.140.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/google/uuid/node_js.go')
-rw-r--r--vendor/github.com/google/uuid/node_js.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/google/uuid/node_js.go b/vendor/github.com/google/uuid/node_js.go
index 24b78edc9..b2a0bc871 100644
--- a/vendor/github.com/google/uuid/node_js.go
+++ b/vendor/github.com/google/uuid/node_js.go
@@ -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 }