This commit is contained in:
parent
0ee4744afb
commit
3fd27ac833
3 changed files with 26 additions and 0 deletions
11
go/go.mod
Normal file
11
go/go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue