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

This commit is contained in:
Oliver Lippert 2024-01-21 10:52:17 +00:00
parent 3fd27ac833
commit 48bae19ae0
2 changed files with 6 additions and 2 deletions

View file

@ -2,10 +2,10 @@ module git.keine.cloud/oliver/pipeline-test-dependencies
go 1.21.5
require github.com/grokify/mogo v0.62.5
require github.com/grokify/mogo v0.62.8
require (
github.com/huandu/xstrings v1.4.0 // indirect
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
golang.org/x/text v0.14.0 // indirect
)