2024-01-21 11:51:24 +01:00
|
|
|
module git.keine.cloud/oliver/pipeline-test-dependencies
|
|
|
|
|
2024-04-06 02:01:38 +00:00
|
|
|
go 1.22.2
|
2024-01-21 11:51:24 +01:00
|
|
|
|
2024-11-02 04:06:30 +00:00
|
|
|
require github.com/grokify/mogo v0.65.1
|
2024-01-21 11:51:24 +01:00
|
|
|
|
|
|
|
require (
|
2024-06-15 02:02:16 +00:00
|
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
2024-11-02 04:06:30 +00:00
|
|
|
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
|
2024-10-12 02:02:17 +00:00
|
|
|
golang.org/x/text v0.19.0 // indirect
|
2024-01-21 11:51:24 +01:00
|
|
|
)
|