From 6db40cc03804ccda6a352198eefa61a4cdb4dda7 Mon Sep 17 00:00:00 2001 From: aynakeya Date: Thu, 15 Jan 2026 22:26:16 +0800 Subject: [PATCH] update dependency --- go.mod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index 0ce5527..020c834 100644 --- a/go.mod +++ b/go.mod @@ -1,15 +1,15 @@ module github.com/AynaLivePlayer/liveroom-sdk -go 1.23.0 +go 1.24.0 toolchain go1.24.4 require ( - github.com/AynaLivePlayer/blivedm-go v0.0.0-20250629154348-690af765bfbc + github.com/AynaLivePlayer/blivedm-go v0.0.0-20251109134927-cc4a4ca07110 github.com/aynakeya/open-bilibili-live v0.0.7 - github.com/go-resty/resty/v2 v2.16.5 - github.com/spf13/cast v1.9.2 - github.com/stretchr/testify v1.10.0 + github.com/go-resty/resty/v2 v2.17.1 + github.com/spf13/cast v1.10.0 + github.com/stretchr/testify v1.11.1 github.com/tidwall/gjson v1.18.0 ) @@ -19,10 +19,10 @@ require ( github.com/gorilla/websocket v1.5.3 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - github.com/tidwall/match v1.1.1 // indirect + github.com/tidwall/match v1.2.0 // indirect github.com/tidwall/pretty v1.2.1 // indirect - golang.org/x/net v0.42.0 // indirect - golang.org/x/sys v0.34.0 // indirect + golang.org/x/net v0.49.0 // indirect + golang.org/x/sys v0.40.0 // indirect google.golang.org/protobuf v1.34.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )