Skip to content

Commit 19ee34f

Browse files
committed
err
1 parent 873fc33 commit 19ee34f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ You can load playlists using the `Load` function and save by calling `Save` or `
88
## GUI
99
Get 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e/go.mod h1:d7u6HkT
5656
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
5757
github.com/zivoy/BeatList v0.0.0 h1:ygGRfKTLQmGxNsSIxIx22/Nfsg7dUk3BoSWwGclvMcQ=
5858
github.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=
5961
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
6062
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
6163
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=

0 commit comments

Comments
 (0)