Browse Source

build: upgrade go directive and deps to latest

ayn2op 2 tháng trước cách đây
mục cha
commit
424243a96f
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 2 2
      go.mod
  2. 2 2
      go.sum

+ 2 - 2
go.mod

@@ -1,6 +1,6 @@
 module github.com/ayn2op/discordo
 
-go 1.25.3
+go 1.26.0
 
 // replace github.com/ayn2op/tview => ../tview
 
@@ -11,7 +11,7 @@ require (
 	github.com/ayn2op/tview v0.0.0-20260225014619-7f27f376aea9
 	github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb
 	github.com/diamondburned/arikawa/v3 v3.6.1-0.20260226015332-783a3e8e8e86
-	github.com/diamondburned/ningen/v3 v3.0.1-0.20250920191746-98fbd92e134d
+	github.com/diamondburned/ningen/v3 v3.0.1-0.20260226220604-93f1e60c3cdb
 	github.com/gdamore/tcell/v3 v3.1.2
 	github.com/gen2brain/beeep v0.11.2
 	github.com/google/go-cmp v0.6.0

+ 2 - 2
go.sum

@@ -27,8 +27,8 @@ github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb h1:6S+TKObz
 github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb/go.mod h1:wf3nKtOnQqCp7kp9xB7hHnNlZ6m3NoiOxjrB9hFRq4Y=
 github.com/diamondburned/arikawa/v3 v3.6.1-0.20260226015332-783a3e8e8e86 h1:GJdiEzVS9Y7uUDfTmeChn9KWw+MJeS/FmNf6d8ZHQcg=
 github.com/diamondburned/arikawa/v3 v3.6.1-0.20260226015332-783a3e8e8e86/go.mod h1:TpV2GvCJIYSwAXUEAx4sutPcftyAbVidiFlG6l7K0go=
-github.com/diamondburned/ningen/v3 v3.0.1-0.20250920191746-98fbd92e134d h1:wS6HWl86RFItw38sUSdXlulj0VarV4G+9Rlv8j+p3oQ=
-github.com/diamondburned/ningen/v3 v3.0.1-0.20250920191746-98fbd92e134d/go.mod h1:9PWnJlArEASrZQI89KQiBJBYOEDcsDyfhFcxRTL8eO4=
+github.com/diamondburned/ningen/v3 v3.0.1-0.20260226220604-93f1e60c3cdb h1:5quP87VBJzTnPlX7za9X5/9WbjpwAwicauEf/GnM9Po=
+github.com/diamondburned/ningen/v3 v3.0.1-0.20260226220604-93f1e60c3cdb/go.mod h1:9PWnJlArEASrZQI89KQiBJBYOEDcsDyfhFcxRTL8eO4=
 github.com/dlclark/regexp2 v1.11.5 h1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZQ=
 github.com/dlclark/regexp2 v1.11.5/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
 github.com/esiqveland/notify v0.13.3 h1:QCMw6o1n+6rl+oLUfg8P1IIDSFsDEb2WlXvVvIJbI/o=