api client implementation

This commit is contained in:
2025-06-23 09:29:46 +03:00
parent d1f8937934
commit 4db033dc7d
4 changed files with 10090 additions and 2 deletions

7
go.mod
View File

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