fix(deps): update module github.com/grokify/mogo to v0.69.3

This commit is contained in:
Oliver Lippert 2025-05-17 04:05:18 +00:00
parent 1f25d2c21e
commit 0870fa0acc
2 changed files with 12 additions and 4 deletions

View file

@ -1,11 +1,13 @@
module git.keine.cloud/oliver/pipeline-test-dependencies
go 1.22.2
go 1.23.2
require github.com/grokify/mogo v0.64.12
toolchain go1.24.3
require github.com/grokify/mogo v0.69.3
require (
github.com/huandu/xstrings v1.5.0 // indirect
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
golang.org/x/text v0.25.0 // indirect
)