From 6793f66e631b2e3709662632176781465372a647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 08:34:27 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.27.0 to 0.38.0 in /tests/tinygo-mqtt Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.38.0. - [Commits](https://github.com/golang/net/compare/v0.27.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tests/tinygo-mqtt/go.mod | 4 ++-- tests/tinygo-mqtt/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/tinygo-mqtt/go.mod b/tests/tinygo-mqtt/go.mod index 686b4a995..cf269af69 100644 --- a/tests/tinygo-mqtt/go.mod +++ b/tests/tinygo-mqtt/go.mod @@ -1,11 +1,11 @@ module tinygo-decode -go 1.20 +go 1.23.0 require github.com/eclipse/paho.mqtt.golang v1.5.0 require ( github.com/gorilla/websocket v1.5.3 // indirect - golang.org/x/net v0.27.0 // indirect + golang.org/x/net v0.38.0 // indirect golang.org/x/sync v0.7.0 // indirect ) diff --git a/tests/tinygo-mqtt/go.sum b/tests/tinygo-mqtt/go.sum index b555dd08e..764ac99ac 100644 --- a/tests/tinygo-mqtt/go.sum +++ b/tests/tinygo-mqtt/go.sum @@ -2,7 +2,7 @@ github.com/eclipse/paho.mqtt.golang v1.5.0 h1:EH+bUVJNgttidWFkLLVKaQPGmkTUfQQqjO github.com/eclipse/paho.mqtt.golang v1.5.0/go.mod h1:du/2qNQVqJf/Sqs4MEL77kR8QTqANF7XU7Fk0aOTAgk= github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg= github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys= -golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE= +golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8= +golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8= golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=