Skip to content

Commit

Permalink
[#51522] linux-client: Mark gorilla/websocket dependency as explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrys committed Dec 4, 2023
1 parent 7b5285b commit 4b964c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/linux-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b964c5

Please sign in to comment.