mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.3.0 to 0.5.0. - [Commits](https://github.com/golang/image/compare/v0.3.0...v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41 lines
1.6 KiB
Modula-2
41 lines
1.6 KiB
Modula-2
module github.com/issadarkthing/gomu
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
|
|
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046 // indirect
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
|
github.com/antchfx/htmlquery v1.2.6 // indirect
|
|
github.com/antchfx/xmlquery v1.3.14 // indirect
|
|
github.com/bogem/id3v2 v1.2.0 //indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/faiface/beep v1.1.0
|
|
github.com/gdamore/tcell v1.4.0 // indirect
|
|
github.com/gdamore/tcell/v2 v2.5.4
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/gocolly/colly v1.2.0
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
|
|
github.com/hajimehoshi/oto v1.0.1 // indirect
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
|
github.com/mattn/anko v0.1.9
|
|
github.com/rivo/tview v0.0.0-20230104153304-892d1a2eb0da
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/sahilm/fuzzy v0.1.0
|
|
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/temoto/robotstxt v1.1.2 // indirect
|
|
github.com/tj/go-spin v1.1.0
|
|
github.com/tramhao/id3v2 v1.2.1
|
|
github.com/ztrue/tracerr v0.3.0
|
|
gitlab.com/diamondburned/ueberzug-go v0.0.0-20190521043425-7c15a5f63b06
|
|
golang.org/x/image v0.5.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20221110043201-43a038452099 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|