Skip to content

Commit

Permalink
fix spice
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Oct 20, 2024
1 parent 4ceb546 commit 42b3b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/spice/spice.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import (
"path/filepath"
"strings"

"github.com/authzed/authzed-go/v1"
"gopkg.in/yaml.v3"

"github.com/alecthomas/kong"
"github.com/authzed/grpcutil"
"google.golang.org/grpc"
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ replace (
common => ./libs/common
hwauthz => ./libs/hwauthz
hwlocale => ./libs/hwlocale
hwtesting => ./libs/hwtesting
hwutil => ./libs/hwutil
telemetry => ./libs/telemetry
)
Expand Down

0 comments on commit 42b3b52

Please sign in to comment.