Skip to content

Commit

Permalink
build(deps): get ningen from latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ayn2op committed Sep 14, 2024
1 parent afeaa25 commit abe8a26
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 231 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require (
github.com/BurntSushi/toml v1.4.0
github.com/atotto/clipboard v0.1.4
github.com/diamondburned/arikawa/v3 v3.4.0
github.com/diamondburned/ningen/v3 v3.0.1-0.20240808103805-f1a24c0da3d8
github.com/gdamore/tcell/v2 v2.7.4
github.com/rivo/tview v0.0.0-20240818110301-fd649dbf1223
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
Expand All @@ -15,7 +16,6 @@ require (
require (
github.com/alessio/shellescape v1.4.2 // indirect
github.com/danieljoos/wincred v1.2.2 // indirect
github.com/diamondburned/ningen/v3 v3.0.0 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gorilla/schema v1.4.1 // indirect
Expand All @@ -24,9 +24,9 @@ require (
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/twmb/murmur3 v1.1.3 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
github.com/twmb/murmur3 v1.1.8 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.6.0 // indirect
)
Loading

0 comments on commit abe8a26

Please sign in to comment.