mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
Use MBID type from go.uploadedlobster.com/mbtypes
This commit is contained in:
parent
04eddfda33
commit
8fff19ceac
12 changed files with 82 additions and 188 deletions
5
go.mod
5
go.mod
|
@ -1,8 +1,8 @@
|
|||
module go.uploadedlobster.com/scotty
|
||||
|
||||
go 1.22.0
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.22.2
|
||||
toolchain go1.23.8
|
||||
|
||||
require (
|
||||
github.com/Xuanwo/go-locale v1.1.2
|
||||
|
@ -21,6 +21,7 @@ require (
|
|||
github.com/spf13/viper v1.19.0
|
||||
github.com/stretchr/testify v1.9.0
|
||||
github.com/vbauerster/mpb/v8 v8.8.3
|
||||
go.uploadedlobster.com/mbtypes v0.2.0
|
||||
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
|
||||
golang.org/x/oauth2 v0.23.0
|
||||
golang.org/x/text v0.18.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue