File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/redis/go-redis/v9 v9.11.0
1212 github.com/vmihailenco/msgpack/v5 v5.4.1
1313 github.com/vrischmann/userdir v0.0.0-20151206171402-20f291cebd68
14- github.com/wailsapp/wails/v2 v2.10.1
14+ github.com/wailsapp/wails/v2 v2.10.2
1515 golang.org/x/crypto v0.39.0
1616 golang.org/x/net v0.41.0
1717 gopkg.in/yaml.v3 v3.0.1
@@ -25,6 +25,7 @@ require (
2525 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
2626 github.com/go-ole/go-ole v1.3.0 // indirect
2727 github.com/godbus/dbus/v5 v5.1.0 // indirect
28+ github.com/gorilla/websocket v1.5.3 // indirect
2829 github.com/jchv/go-winloader v0.0.0-20250406163304-c1995be93bd1 // indirect
2930 github.com/labstack/echo/v4 v4.13.4 // indirect
3031 github.com/labstack/gommon v0.4.2 // indirect
@@ -50,4 +51,4 @@ require (
5051)
5152
5253// install latest wails: go install github.com/wailsapp/wails/v2/cmd/wails@latest
53- // replace github.com/wailsapp/wails/v2 v2.10.1 => ~/go/pkg/mod
54+ // replace github.com/wailsapp/wails/v2 v2.10.2 => ~/go/pkg/mod
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=
2727github.com/godbus/dbus/v5 v5.1.0 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
2828github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
2929github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
30+ github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg =
31+ github.com/gorilla/websocket v1.5.3 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
3032github.com/jchv/go-winloader v0.0.0-20250406163304-c1995be93bd1 h1:njuLRcjAuMKr7kI3D85AXWkw6/+v9PwtV6M6o11sWHQ =
3133github.com/jchv/go-winloader v0.0.0-20250406163304-c1995be93bd1 /go.mod h1:alcuEEnZsY1WQsagKhZDsoPCRoOijYqhZvPwLG0kzVs =
3234github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
@@ -97,8 +99,8 @@ github.com/wailsapp/go-webview2 v1.0.21 h1:k3dtoZU4KCoN/AEIbWiPln3P2661GtA2oEgA2
9799github.com/wailsapp/go-webview2 v1.0.21 /go.mod h1:qJmWAmAmaniuKGZPWwne+uor3AHMB5PFhqiK0Bbj8kc =
98100github.com/wailsapp/mimetype v1.4.1 h1:pQN9ycO7uo4vsUUuPeHEYoUkLVkaRntMnHJxVwYhwHs =
99101github.com/wailsapp/mimetype v1.4.1 /go.mod h1:9aV5k31bBOv5z6u+QP8TltzvNGJPmNJD4XlAL3U+j3o =
100- github.com/wailsapp/wails/v2 v2.10.1 h1:QWHvWMXII2nI/nXz77gpPG8P3ehl6zKe+u4su5BWIns =
101- github.com/wailsapp/wails/v2 v2.10.1 /go.mod h1:zrebnFV6MQf9kx8HI4iAv63vsR5v67oS7GTEZ7Pz1TY =
102+ github.com/wailsapp/wails/v2 v2.10.2 h1:29U+c5PI4K4hbx8yFbFvwpCuvqK9VgNv8WGobIlKlXk =
103+ github.com/wailsapp/wails/v2 v2.10.2 /go.mod h1:XuN4IUOPpzBrHUkEd7sCU5ln4T/p1wQedfxP7fKik+4 =
102104github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU =
103105github.com/xyproto/randomstring v1.0.5 /go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E =
104106golang.org/x/crypto v0.39.0 h1:SHs+kF4LP+f+p14esP5jAoDpHU8Gu/v9lFRK6IT5imM =
You can’t perform that action at this time.
0 commit comments