Skip to content

Commit d71aec7

Browse files
committed
chore: update go.sum
Signed-off-by: Christian Stewart <[email protected]>
1 parent c0aaf41 commit d71aec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ require (
1212
)
1313

1414
require (
15+
github.com/coder/websocket v1.8.12
1516
github.com/sirupsen/logrus v1.9.3
1617
github.com/urfave/cli v1.22.16
1718
)
1819

1920
require (
2021
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 // indirect
2122
github.com/aperturerobotics/util v1.27.1 // indirect
22-
github.com/coder/websocket v1.8.12 // indirect
2323
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
2424
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
2525
github.com/google/go-cmp v0.6.0 // indirect

0 commit comments

Comments
 (0)