Files
presenter/go.mod
T
argoyle fad40030e1
presenter / test (pull_request) Successful in 2m16s
presenter / vulnerabilities (pull_request) Successful in 3m29s
pre-commit / pre-commit (pull_request) Successful in 6m51s
chore: migrate module path to gitea.unbound.se
Update module path from git.unbound.se to gitea.unbound.se for Go module
discovery over HTTPS.
2026-01-09 14:30:56 +01:00

18 lines
417 B
Modula-2

module gitea.unbound.se/shiny/presenter
go 1.24.1
require (
github.com/99designs/gqlgen v0.17.85
github.com/stretchr/testify v1.11.1
github.com/vektah/gqlparser/v2 v2.5.31
)
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.3.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)