Update goutils for a fix for the ip logging fix
All checks were successful
/ docker (push) Successful in 4m16s
All checks were successful
/ docker (push) Successful in 4m16s
This commit is contained in:
parent
26cabc02f6
commit
ae33de8e2d
2 changed files with 3 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -4,7 +4,7 @@ go 1.24.2
|
|||
|
||||
require (
|
||||
git.mstar.dev/mstar/canvas v0.13.1
|
||||
git.mstar.dev/mstar/goutils v1.14.1
|
||||
git.mstar.dev/mstar/goutils v1.14.2
|
||||
github.com/BurntSushi/toml v1.5.0
|
||||
github.com/dgraph-io/ristretto v0.2.0
|
||||
github.com/eko/gocache/lib/v4 v4.2.0
|
||||
|
|
2
go.sum
2
go.sum
|
@ -43,6 +43,8 @@ git.mstar.dev/mstar/goutils v1.14.0 h1:XxhP528dwyaDnnVX3Si3UF3bQgNGZQOQxNTGD86ml
|
|||
git.mstar.dev/mstar/goutils v1.14.0/go.mod h1:juxY0eZEMnA95fedRp2LVXvUBgEjz66nE8SEdGKcxMA=
|
||||
git.mstar.dev/mstar/goutils v1.14.1 h1:s/Z05f6zcEfRdtyouODnpdjg7cHm/5/5+tsGdHLoEsE=
|
||||
git.mstar.dev/mstar/goutils v1.14.1/go.mod h1:juxY0eZEMnA95fedRp2LVXvUBgEjz66nE8SEdGKcxMA=
|
||||
git.mstar.dev/mstar/goutils v1.14.2 h1:2W9AtsAAGR9OeztPnyVCkxiuZDe7h1DlXzil35wU+vs=
|
||||
git.mstar.dev/mstar/goutils v1.14.2/go.mod h1:juxY0eZEMnA95fedRp2LVXvUBgEjz66nE8SEdGKcxMA=
|
||||
git.mstar.dev/mstar/treeificator v0.0.0-20250423153311-dc24f39ca3c9 h1:XXfafmvV6B0Yl6ucec0Gy+VgwWRI+tzLMSyuOgRpXDw=
|
||||
git.mstar.dev/mstar/treeificator v0.0.0-20250423153311-dc24f39ca3c9/go.mod h1:7wp7WyRRR5gUSur0Ur7RheG1io2QdVoxJPRIrN3pxqo=
|
||||
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
|
||||
|
|
Loading…
Reference in a new issue