From 4b964c57bcead9c393de321ea1a484ee734c6e4e Mon Sep 17 00:00:00 2001 From: Magdalena Andrys Date: Fri, 1 Dec 2023 13:50:34 +0100 Subject: [PATCH] [#51522] linux-client: Mark gorilla/websocket dependency as explicit --- devices/linux-client/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/linux-client/go.mod b/devices/linux-client/go.mod index 1e7296d..1d93b2c 100644 --- a/devices/linux-client/go.mod +++ b/devices/linux-client/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( github.com/balena-os/librsync-go v0.8.5 github.com/bmatsuo/lmdb-go v1.8.0 // indirect - github.com/gorilla/websocket v1.5.0 // indirect + github.com/gorilla/websocket v1.5.0 github.com/klauspost/compress v1.16.7 // indirect github.com/klauspost/cpuid/v2 v2.2.5 // indirect github.com/klauspost/pgzip v1.2.6 // indirect