Use MBID type from go.uploadedlobster.com/mbtypes

This commit is contained in:
Philipp Wolfer 2025-04-03 14:56:39 +02:00
parent 04eddfda33
commit 8fff19ceac
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
12 changed files with 82 additions and 188 deletions

5
go.mod
View file

@ -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