fix(deps): update module github.com/grokify/mogo to v0.63.5 #42

Reviewed-on: #42
This commit is contained in:
Oliver Lippert 2024-04-06 09:07:13 +02:00
commit 6eb8180de6
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.22.2
require github.com/grokify/mogo v0.63.3
require github.com/grokify/mogo v0.63.5
require (
github.com/huandu/xstrings v1.4.0 // indirect
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f // indirect
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
golang.org/x/text v0.14.0 // indirect
)