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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.26.0
toolchain go1.26.5

require (
github.com/spice-framework/spice v0.1.0-preview.2
github.com/spice-framework/spice v0.1.0-preview.4
github.com/spice-framework/spice-agent v0.1.0-preview.4
golang.org/x/sys v0.47.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/spice-framework/spice v0.1.0-preview.2 h1:5pYgTlUUzC/xZISetG/U6c1L/I3f8dUQSZhuo6YqxiA=
github.com/spice-framework/spice v0.1.0-preview.2/go.mod h1:dBZV5UZcbY6pzhfGNtvAwQIJ8YsFna+jf1SAlmukJfk=
github.com/spice-framework/spice v0.1.0-preview.4 h1:jfUSUquq9rQN/FMI6zvBEJZYX12ZVeJAQmusvjy/3T8=
github.com/spice-framework/spice v0.1.0-preview.4/go.mod h1:dBZV5UZcbY6pzhfGNtvAwQIJ8YsFna+jf1SAlmukJfk=
github.com/spice-framework/spice-agent v0.1.0-preview.4 h1:DB8/zvFlpegLl3MWqwBj7JJQvbUoAnomOafRKs/NJbU=
github.com/spice-framework/spice-agent v0.1.0-preview.4/go.mod h1:pbhYOeNgn4pCIhEmcdbjnFjJijY4ZSLM8ZHxaF2dxz0=
github.com/spice-framework/toolchain v0.1.0-preview.1.0.20260806203056-d0b9ac086bd6 h1:paTYw/o/6OsbNAvOWvjicOOqWyyt2Nd3vWdoPq8+BjA=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/spice-framework/spice v0.1.0-preview.2
# github.com/spice-framework/spice v0.1.0-preview.4
## explicit; go 1.26.0
github.com/spice-framework/spice/annotation
github.com/spice-framework/spice/annotation/sdk
Expand Down
Loading