added a go mod file in src dir and added the base to some dagger ci stuff

This commit is contained in:
Theis
2024-03-03 10:51:45 +01:00
parent 8b50c9fd06
commit 880bc7f5eb
6 changed files with 126 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
module main
go 1.21.0
require (
dagger.io/dagger v0.10.0 // indirect
github.com/99designs/gqlgen v0.17.31 // indirect
github.com/Khan/genqlient v0.6.0 // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/vektah/gqlparser/v2 v2.5.6 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.14.0 // indirect
)