diff --git a/go.mod b/go.mod index b63b02d53a..a3aabb804b 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,7 @@ require ( github.com/redis/go-redis/v9 v9.18.0 github.com/shirou/gopsutil/v4 v4.26.3 github.com/spf13/viper v1.21.0 - github.com/stacklok/toolhive-catalog v0.20260428.0 + github.com/stacklok/toolhive-catalog v0.20260504.0 github.com/stacklok/toolhive-core v0.0.17 github.com/stretchr/testify v1.11.1 github.com/swaggo/swag/v2 v2.0.0-rc5 @@ -220,7 +220,7 @@ require ( github.com/morikuni/aec v1.0.0 // indirect github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect github.com/muesli/cancelreader v0.2.2 // indirect - github.com/muesli/termenv v0.16.0 // indirect + github.com/muesli/termenv v0.16.0 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect github.com/ncruces/go-strftime v1.0.0 // indirect diff --git a/go.sum b/go.sum index 10b7bea735..a3d5f45adb 100644 --- a/go.sum +++ b/go.sum @@ -801,8 +801,8 @@ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk= github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.21.0 h1:x5S+0EU27Lbphp4UKm1C+1oQO+rKx36vfCoaVebLFSU= github.com/spf13/viper v1.21.0/go.mod h1:P0lhsswPGWD/1lZJ9ny3fYnVqxiegrlNrEmgLjbTCAY= -github.com/stacklok/toolhive-catalog v0.20260428.0 h1:5a35VrhVPNVzm+MSgi2zMR/UOv6Q1aetOlfU2lKtzPU= -github.com/stacklok/toolhive-catalog v0.20260428.0/go.mod h1:Jg0Iv/a7rIRcfYA77pYGBTCDv6Oa9lB1OXq5TXqE+B0= +github.com/stacklok/toolhive-catalog v0.20260504.0 h1:XJSrTDX/xdAt72Mpglx7a3txJwEc9de75jUy0im5jVg= +github.com/stacklok/toolhive-catalog v0.20260504.0/go.mod h1:Jg0Iv/a7rIRcfYA77pYGBTCDv6Oa9lB1OXq5TXqE+B0= github.com/stacklok/toolhive-core v0.0.17 h1:yGKXntWyw5ZO5GMxfSHi9doJhSXA8w5ORSXWveJ3OGc= github.com/stacklok/toolhive-core v0.0.17/go.mod h1:o/zVzleR/xNCNXdTwNx8A41hApu0GZsHZS42qcXYUr8= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=