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

This commit is contained in:
Oliver Lippert 2025-05-03 04:08:06 +00:00
parent 1f25d2c21e
commit 0638a037a0
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.2
require github.com/grokify/mogo v0.68.13
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-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/text v0.24.0 // indirect
)