File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ You can load playlists using the `Load` function and save by calling `Save` or `
88## GUI
99Get the latest GUI app from [ Releases] ( /releases/latest )
1010
11- ######note: the gui code needs is just something I did quickly and needs serous refactoring
11+ ###### note: the gui code needs is just something I did quickly and needs serous refactoring
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ require (
99 github.com/hashicorp/go-version v1.3.0 // indirect
1010 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
1111 github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
12- github.com/zivoy/BeatList v0.0.0
12+ github.com/zivoy/BeatList v0.0.1-0.20210906181251-b38388e12610
1313)
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e/go.mod h1:d7u6HkT
5656github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
5757github.com/zivoy/BeatList v0.0.0 h1:ygGRfKTLQmGxNsSIxIx22/Nfsg7dUk3BoSWwGclvMcQ =
5858github.com/zivoy/BeatList v0.0.0 /go.mod h1:aC0JI60lsouUoKDoA/euP/rK2V3qpyMSvIG81Je2Sjs =
59+ github.com/zivoy/BeatList v0.0.1-0.20210906181251-b38388e12610 h1:j5CguWYCTHkOxRgjuU6egRfV4JQLPZfK2lhc/55yTac =
60+ github.com/zivoy/BeatList v0.0.1-0.20210906181251-b38388e12610 /go.mod h1:aC0JI60lsouUoKDoA/euP/rK2V3qpyMSvIG81Je2Sjs =
5961golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
6062golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
6163golang.org/x/image v0.0.0-20190802002840-cff245a6509b /go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0 =
You can’t perform that action at this time.
0 commit comments