mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-26 22:27:56 +02:00
Basic i18n setup
This commit is contained in:
parent
20f1732858
commit
a41318d822
10 changed files with 700 additions and 9 deletions
3
go.mod
3
go.mod
|
@ -3,6 +3,7 @@ module go.uploadedlobster.com/scotty
|
|||
go 1.21.1
|
||||
|
||||
require (
|
||||
github.com/Xuanwo/go-locale v1.1.0
|
||||
github.com/cli/browser v1.3.0
|
||||
github.com/delucks/go-subsonic v0.0.0-20220915164742-2744002c4be5
|
||||
github.com/fatih/color v1.16.0
|
||||
|
@ -19,6 +20,7 @@ require (
|
|||
github.com/vbauerster/mpb/v8 v8.6.2
|
||||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
|
||||
golang.org/x/oauth2 v0.14.0
|
||||
golang.org/x/text v0.14.0
|
||||
gorm.io/datatypes v1.2.0
|
||||
gorm.io/gorm v1.25.5
|
||||
)
|
||||
|
@ -56,7 +58,6 @@ require (
|
|||
go.uber.org/multierr v1.9.0 // indirect
|
||||
golang.org/x/net v0.18.0 // indirect
|
||||
golang.org/x/sys v0.14.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
google.golang.org/protobuf v1.31.0 // indirect
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue