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-05-30 07:33:09 +00:00
|
|
|
require github.com/grokify/mogo v0.64.1
|
2024-01-21 11:51:24 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/huandu/xstrings v1.4.0 // indirect
|
2024-05-30 07:33:09 +00:00
|
|
|
golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d // indirect
|
2024-05-18 02:02:14 +00:00
|
|
|
golang.org/x/text v0.15.0 // indirect
|
2024-01-21 11:51:24 +01:00
|
|
|
)
|