aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-14 20:10:53 +0000
committerGitHub <noreply@github.com>2024-05-14 20:10:53 +0000
commit8e7674a733b9553bdf6797ffa65a912e7d766d6e (patch)
tree3f226749609dd9b3f6edf93971ff4d4fb775fad4
parent2a8259342c63fb8b6de87166151048ea4365f566 (diff)
downloadx-8e7674a733b9553bdf6797ffa65a912e7d766d6e.tar.xz
x-8e7674a733b9553bdf6797ffa65a912e7d766d6e.zip
build(deps): bump nhooyr.io/websocket from 1.8.10 to 1.8.11 (#592)
* build(deps): bump nhooyr.io/websocket from 1.8.10 to 1.8.11 Bumps [nhooyr.io/websocket](https://github.com/nhooyr/websocket) from 1.8.10 to 1.8.11. - [Release notes](https://github.com/nhooyr/websocket/releases) - [Commits](https://github.com/nhooyr/websocket/compare/v1.8.10...v1.8.11) --- updated-dependencies: - dependency-name: nhooyr.io/websocket dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mimi <mimi@xeserv.us>
-rw-r--r--.go.mod.sri2
-rw-r--r--flake.nix2
-rw-r--r--go.mod2
-rw-r--r--go.sum4
4 files changed, 5 insertions, 5 deletions
diff --git a/.go.mod.sri b/.go.mod.sri
index 30c7ab2..d92189f 100644
--- a/.go.mod.sri
+++ b/.go.mod.sri
@@ -1 +1 @@
-sha256-oSF5a7b6yJP+TiYKJn5FeNnTD08m2/N1zoSxsKbcJh4=
+sha256-q3UPhYLBBWVN6KhH4olzSiCWKrDe0u526tKBHrZNn0Q=
diff --git a/flake.nix b/flake.nix
index cc29d37..28526a7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,4 +1,4 @@
-# nix-direnv cache busting line: sha256-oSF5a7b6yJP+TiYKJn5FeNnTD08m2/N1zoSxsKbcJh4=
+# nix-direnv cache busting line: sha256-q3UPhYLBBWVN6KhH4olzSiCWKrDe0u526tKBHrZNn0Q=
{
description = "/x/perimental code";
diff --git a/go.mod b/go.mod
index bb8dc82..358d13e 100644
--- a/go.mod
+++ b/go.mod
@@ -60,7 +60,7 @@ require (
gorm.io/gorm v1.25.10
honnef.co/go/transmission v0.0.0-20200712215954-58262f0ca9c9
modernc.org/sqlite v1.29.5
- nhooyr.io/websocket v1.8.10
+ nhooyr.io/websocket v1.8.11
tailscale.com v1.62.1
tulpa.dev/cadey/jvozba v0.0.0-20200326200349-f0ebe310be06
within.website/johaus v1.1.0
diff --git a/go.sum b/go.sum
index 4909323..cd88b58 100644
--- a/go.sum
+++ b/go.sum
@@ -1446,8 +1446,8 @@ modernc.org/strutil v1.2.0 h1:agBi9dp1I+eOnxXeiZawM8F4LawKv4NzGWSaLfyeNZA=
modernc.org/strutil v1.2.0/go.mod h1:/mdcBmfOibveCTBxUl5B5l6W+TTH1FXPLHZE6bTosX0=
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=
modernc.org/token v1.1.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM=
-nhooyr.io/websocket v1.8.10 h1:mv4p+MnGrLDcPlBoWsvPP7XCzTYMXP9F9eIGoKbgx7Q=
-nhooyr.io/websocket v1.8.10/go.mod h1:rN9OFWIUwuxg4fR5tELlYC04bXYowCP9GX47ivo2l+c=
+nhooyr.io/websocket v1.8.11 h1:f/qXNc2/3DpoSZkHt1DQu6rj4zGC8JmkkLkWss0MgN0=
+nhooyr.io/websocket v1.8.11/go.mod h1:rN9OFWIUwuxg4fR5tELlYC04bXYowCP9GX47ivo2l+c=
nullprogram.com/x/optparse v1.0.0/go.mod h1:KdyPE+Igbe0jQUrVfMqDMeJQIJZEuyV7pjYmp6pbG50=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4=