api client implementation
This commit is contained in:
7
go.mod
7
go.mod
@@ -6,6 +6,11 @@ require (
|
||||
github.com/bogem/id3v2 v1.2.0
|
||||
github.com/caarlos0/env/v10 v10.0.0
|
||||
github.com/mattn/go-sqlite3 v1.14.28
|
||||
github.com/oapi-codegen/runtime v1.1.1
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.3.2 // indirect
|
||||
require (
|
||||
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
||||
github.com/google/uuid v1.5.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user