Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/sergi/go-diff v1.4.0
github.com/spf13/cobra v1.10.2
github.com/stacklok/go-microvm v0.0.36
github.com/stacklok/go-microvm v0.0.37
github.com/stacklok/toolhive v0.30.0
github.com/stacklok/toolhive-core v0.0.26
github.com/stretchr/testify v1.11.1
Expand Down Expand Up @@ -143,7 +143,7 @@ require (
github.com/insomniacslk/dhcp v0.0.0-20260220084031-5adc3eb26f91 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.18.6 // indirect
github.com/klauspost/compress v1.18.7 // indirect
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/httprc/v3 v3.0.6 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=
github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
github.com/klauspost/compress v1.18.7 h1:aUyZsS4kH3QTKurYhAOwAHxllVPnOthb3vPfnF1Ehjw=
github.com/klauspost/compress v1.18.7/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
github.com/knadh/koanf/maps v0.1.1 h1:G5TjmUh2D7G2YWf5SQQqSiHRJEjaicvU0KpypqB3NIs=
Expand Down Expand Up @@ -706,6 +708,8 @@ 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/go-microvm v0.0.36 h1:xXm7cRT8PHPujpvy9WsI+k19EnQkP09FCmVLi3HTycw=
github.com/stacklok/go-microvm v0.0.36/go.mod h1:73KmZ087597sGduy9ZiS9qmGnIokocc6VhShTxPrFQo=
github.com/stacklok/go-microvm v0.0.37 h1:gLg+TxOoxRQLP/n7z94MKvnGWWxKNsjzZAjK/bN1gYE=
github.com/stacklok/go-microvm v0.0.37/go.mod h1:Uwbui4uJvktVyxGy/sV15y1IzwHwdR+zfOqHkqp5thM=
github.com/stacklok/toolhive v0.29.1 h1:Z4c9S2EdkcaAYiboSOMCQiYbRU9baAFRdZEvKJc8Tsw=
github.com/stacklok/toolhive v0.29.1/go.mod h1:ioz0LGjZVUrH0xj1HjMJ60is9CbpSF8OqfrGft1lTPo=
github.com/stacklok/toolhive v0.29.3 h1:wqF/FTQKcX/N20QxbbmWiLfy9XIGb2+o74c4ofoKiI4=
Expand Down