Files
presenter/go.mod
T

19 lines
456 B
Modula-2
Raw Normal View History

module gitea.unbound.se/shiny/presenter
2025-03-30 13:27:34 +02:00
go 1.25.0
2025-03-30 13:27:34 +02:00
require (
github.com/99designs/gqlgen v0.17.89
github.com/stretchr/testify v1.11.1
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
github.com/sosodev/duration v1.4.0 // indirect
golang.org/x/sync v0.20.0 // indirect
2025-03-30 13:27:34 +02:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)