Skip to content
Closed
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 .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
group: generic
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 24.11.0
node-version: 24.11.1
- name: Install dependencies
run: npm ci
working-directory: frontend/
Expand Down
20 changes: 10 additions & 10 deletions client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/siderolabs/omni/client
go 1.25.4

require (
github.com/ProtonMail/gopenpgp/v2 v2.9.0
github.com/ProtonMail/gopenpgp/v3 v3.3.0
github.com/adrg/xdg v0.5.3
github.com/blang/semver/v4 v4.0.0
github.com/containers/image/v5 v5.36.2
github.com/cosi-project/runtime v1.12.0
github.com/cosi-project/runtime v1.13.0
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.18.0
github.com/gertd/go-pluralize v0.2.1
Expand All @@ -19,7 +19,7 @@ require (
github.com/jxskiss/base62 v1.1.0
github.com/klauspost/compress v1.18.1
github.com/mattn/go-isatty v0.0.20
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2
github.com/planetscale/vtprotobuf ba97887b0a25
github.com/sergi/go-diff v1.4.0
github.com/siderolabs/gen v0.8.6
github.com/siderolabs/go-api-signature v0.3.12
Expand All @@ -28,18 +28,18 @@ require (
github.com/siderolabs/image-factory v0.8.4
github.com/siderolabs/proto-codec v0.1.2
github.com/siderolabs/siderolink v0.3.15
github.com/siderolabs/talos/pkg/machinery v1.12.0-alpha.2.0.20251104112157-92eeaa4826cf
github.com/siderolabs/talos/pkg/machinery v1.12.0-beta.0
github.com/spf13/cobra v1.10.1
github.com/stretchr/testify v1.11.1
github.com/xlab/treeprint v1.2.0
go.uber.org/zap v1.27.0
go.yaml.in/yaml/v4 v4.0.0-rc.2
golang.org/x/sync v0.17.0
golang.org/x/term v0.36.0
google.golang.org/grpc v1.76.0
go.uber.org/zap v1.27.1
go.yaml.in/yaml/v4 v4.0.0-rc.3
golang.org/x/sync v0.18.0
golang.org/x/term v0.37.0
google.golang.org/grpc v1.77.0
google.golang.org/protobuf v1.36.10
gopkg.in/yaml.v3 v3.0.1
k8s.io/client-go v0.35.0-alpha.3
k8s.io/client-go v11.0.0+incompatible
)

require (
Expand Down
Loading