add go demo project
All checks were successful
renovate / renovate (push) Successful in 42s

This commit is contained in:
Oliver Lippert 2024-01-21 11:51:24 +01:00
parent 0ee4744afb
commit 3fd27ac833
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
3 changed files with 26 additions and 0 deletions

11
go/go.mod Normal file
View file

@ -0,0 +1,11 @@
module git.keine.cloud/oliver/pipeline-test-dependencies
go 1.21.5
require github.com/grokify/mogo v0.62.5
require (
github.com/huandu/xstrings v1.4.0 // indirect
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
golang.org/x/text v0.14.0 // indirect
)