Skip to content

Commit

Permalink
Use Steve with options for schema cache control
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <[email protected]>
  • Loading branch information
moio committed Jun 25, 2024
1 parent 7af1354 commit db34ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/rancher/rancher

go 1.21

replace github.com/rancher/steve => github.com/rancher/steve v0.0.0-20240625145244-cc404c56c079

replace (
github.com/containerd/containerd => github.com/containerd/containerd v1.6.22 // for compatibilty with docker 20.10.x
github.com/docker/distribution => github.com/docker/distribution v2.8.2+incompatible // rancher-machine requires a replace is set
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1643,8 +1643,8 @@ github.com/rancher/rke v1.5.10 h1:FrYFxU+lkF8+JPVye7WEEMENtzgm/lq/2DdaJ5CssBU=
github.com/rancher/rke v1.5.10/go.mod h1:/z9oyKqYpFwgRBV9rfLxqUdjydz/VMCTcjld4uUt7uM=
github.com/rancher/shepherd v0.0.0-20240513202648-b64563872c50 h1:O+MNWD2g9E73NMLliqbz6VHuC6Bo6dXGWxVm0gispUk=
github.com/rancher/shepherd v0.0.0-20240513202648-b64563872c50/go.mod h1:aF+34m7gi1PkHYqMd0kCcPJMyr4blVCsj0RgijAyXPg=
github.com/rancher/steve v0.0.0-20240411162517-a80bf83f76b4 h1:aN7muy+rU1aCB1Pjcy8V2cD5Qm/l96S/+qiukBr/fE0=
github.com/rancher/steve v0.0.0-20240411162517-a80bf83f76b4/go.mod h1:o4vLBzMTKbHHhIiAcbgOiaN3aK1vIjL6ZTgaGxQYpsY=
github.com/rancher/steve v0.0.0-20240625145244-cc404c56c079 h1:FRfbaooWD/VLl9Zktkd5Zuh9qjclOMiEhiT4Vq4UKtk=
github.com/rancher/steve v0.0.0-20240625145244-cc404c56c079/go.mod h1:o4vLBzMTKbHHhIiAcbgOiaN3aK1vIjL6ZTgaGxQYpsY=
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20210727200656-10b094e30007 h1:ru+mqGnxMmKeU0Q3XIDxkARvInDIqT1hH2amTcsjxI4=
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20210727200656-10b094e30007/go.mod h1:Ja346o44aTPWADc/5Jm93+KgctT6KtftuOosgz0F2AM=
github.com/rancher/wrangler v0.6.1/go.mod h1:L4HtjPeX8iqLgsxfJgz+JjKMcX2q3qbRXSeTlC/CSd4=
Expand Down

0 comments on commit db34ca5

Please sign in to comment.