2026-01-09 14:29:49 +01:00
|
|
|
module gitea.unbound.se/shiny/presenter
|
2025-03-30 13:27:34 +02:00
|
|
|
|
2026-03-24 19:18:59 +00:00
|
|
|
go 1.25.0
|
2025-03-30 13:27:34 +02:00
|
|
|
|
|
|
|
|
require (
|
2026-03-24 19:18:59 +00:00
|
|
|
github.com/99designs/gqlgen v0.17.89
|
2025-08-27 11:55:35 +00:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2026-02-19 14:14:29 +00:00
|
|
|
github.com/vektah/gqlparser/v2 v2.5.32
|
2025-03-30 13:27:34 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2026-03-09 01:40:27 +00:00
|
|
|
github.com/sosodev/duration v1.4.0 // indirect
|
2026-03-24 19:18:59 +00:00
|
|
|
golang.org/x/sync v0.20.0 // indirect
|
2025-03-30 13:27:34 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|