Skip to content
Open
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25.3
require (
github.com/sigstore/sigstore-go v1.1.3
github.com/spf13/cobra v1.10.1
github.com/stacklok/toolhive v0.6.7
github.com/stacklok/toolhive v0.6.8
gopkg.in/yaml.v3 v3.0.1
)

Expand Down Expand Up @@ -34,7 +34,7 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/cedar-policy/cedar-go v1.3.0 // indirect
github.com/cedar-policy/cedar-go v1.3.1 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
Expand Down Expand Up @@ -215,7 +215,7 @@ require (
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
golang.org/x/exp/event v0.0.0-20251023183803-a4bb9ffd2546 // indirect
golang.org/x/exp/jsonrpc2 v0.0.0-20251113190631-e25ba8c21ef6 // indirect
golang.org/x/exp/jsonrpc2 v0.0.0-20251125195548-87e1e737ad39 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/oauth2 v0.33.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl
github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/cedar-policy/cedar-go v1.3.0 h1:QOyZgY1jOFB0si7b6pCFIrqOSVHArUHdeJu8mk070FM=
github.com/cedar-policy/cedar-go v1.3.0/go.mod h1:h5+3CVW1oI5LXVskJG+my9TFCYI5yjh/+Ul3EJie6MI=
github.com/cedar-policy/cedar-go v1.3.1 h1:JK1aRFnLUpJrA2dnF/h2UAA4X5GazDUNgLfOZExTMZk=
github.com/cedar-policy/cedar-go v1.3.1/go.mod h1:h5+3CVW1oI5LXVskJG+my9TFCYI5yjh/+Ul3EJie6MI=
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=
Expand Down Expand Up @@ -1326,8 +1326,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/spiffe/go-spiffe/v2 v2.6.0 h1:l+DolpxNWYgruGQVV0xsfeya3CsC7m8iBzDnMpsbLuo=
github.com/spiffe/go-spiffe/v2 v2.6.0/go.mod h1:gm2SeUoMZEtpnzPNs2Csc0D/gX33k1xIx7lEzqblHEs=
github.com/stacklok/toolhive v0.6.7 h1:9TtANyGdIBegy3KUV+L+/wVzJSpZFMEOg4XnoFgxt/o=
github.com/stacklok/toolhive v0.6.7/go.mod h1:Pg+JUNuvctNEQJfkjON97JSevJkuRlxEiWEXmfIVCGU=
github.com/stacklok/toolhive v0.6.8 h1:esBEZNypq/2QqMMfdzwtAxGg2AEOGqGYo1susmD6TGM=
github.com/stacklok/toolhive v0.6.8/go.mod h1:vF/ZbEa8SCgXggMeqW1mstOVDX9dngNFdeYc0+oeP0M=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand Down Expand Up @@ -1500,8 +1500,8 @@ golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b h1:M2rDM6z3Fhozi9O7NWsxAkg/y
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b/go.mod h1:3//PLf8L/X+8b4vuAfHzxeRUl04Adcb341+IGKfnqS8=
golang.org/x/exp/event v0.0.0-20251023183803-a4bb9ffd2546 h1:4kH/MMEAnkBs2b9YBuRG41Gi4Hyl7vqgbcv6JqpvjaY=
golang.org/x/exp/event v0.0.0-20251023183803-a4bb9ffd2546/go.mod h1:8NYGeemK94AdBYL8C5mKmMGgKGom0SPbsjTbRZO5f0g=
golang.org/x/exp/jsonrpc2 v0.0.0-20251113190631-e25ba8c21ef6 h1:K8iieUDktMc6PwNpgVbpsq+5CcLhcXtEfH8D7bP3BjI=
golang.org/x/exp/jsonrpc2 v0.0.0-20251113190631-e25ba8c21ef6/go.mod h1:4VzzSW66hwANgAndhQSZHjJd3NVfABPyRGj3lLRoaLY=
golang.org/x/exp/jsonrpc2 v0.0.0-20251125195548-87e1e737ad39 h1:59v0Q2eZDCE9AhZCms8Rut2aeVgP6uyVCIUS+Eh5Kis=
golang.org/x/exp/jsonrpc2 v0.0.0-20251125195548-87e1e737ad39/go.mod h1:4VzzSW66hwANgAndhQSZHjJd3NVfABPyRGj3lLRoaLY=
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs=
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
Expand Down
Loading