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

This commit is contained in:
Oliver Lippert 2025-06-07 04:05:53 +00:00
parent 1f25d2c21e
commit 6a40e2a9e6
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.4
require github.com/grokify/mogo v0.70.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-20250531010427-b6e5de432a8b // indirect
golang.org/x/text v0.25.0 // indirect
)