mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:59:12 +00:00
* chore: upgrade api dependencies to latest compatible version * chore: update ui dependencies first pass * chore: migrate ui dependency to latests Migrates i18next-parser from 6.x -> 8.x per documentation * chore: add missing tools file * chore: regenerate files * chore: fix docker build from incorrect depedency bookworms latest stable version of libheif-dev is 1.15.1
9 lines
93 B
Go
9 lines
93 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
)
|