feat: initial version

This commit is contained in:
2025-03-30 13:27:34 +02:00
commit 682e50d550
13 changed files with 541 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
module gitlab.com/unboundsoftware/shiny/presenter
go 1.24.1
require (
github.com/99designs/gqlgen v0.17.70
github.com/stretchr/testify v1.10.0
github.com/vektah/gqlparser/v2 v2.5.23
)
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
)