From fee1d01e4c8b1a1d69d230f2ae2036568cd45dfa Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 3 Dec 2023 12:18:32 +0800 Subject: [PATCH] 1 --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 9fd2063..5a28a13 100644 --- a/go.mod +++ b/go.mod @@ -2,14 +2,15 @@ module github.com/qydysky/front go 1.21.4 +require github.com/gorilla/websocket v1.5.1 + require ( github.com/andybalholm/brotli v1.0.6 // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/go-ole/go-ole v1.3.0 // indirect - github.com/gorilla/websocket v1.5.1 github.com/klauspost/compress v1.17.3 // indirect github.com/miekg/dns v1.1.57 // indirect - github.com/qydysky/part v0.28.20231202144738 // indirect + github.com/qydysky/part v0.28.20231203041727 // indirect github.com/shirou/gopsutil v3.21.11+incompatible // indirect github.com/thedevsaddam/gojsonq/v2 v2.5.2 // indirect github.com/tklauser/go-sysconf v0.3.12 // indirect -- 2.39.2