fix(deps): update module github.com/grokify/mogo to v0.69.3
This commit is contained in:
parent
1f25d2c21e
commit
0870fa0acc
2 changed files with 12 additions and 4 deletions
10
go/go.mod
10
go/go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue