Skip to content

Commit

Permalink
migrate files artifacts expander to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Jan 18, 2025
1 parent d977d3b commit 1e7d4fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions core/files_artifacts_expander/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ module github.com/kurtosis-tech/kurtosis/core/files_artifacts_expander
go 1.20

replace (
github.com/kurtosis-tech/kurtosis/api/golang => ../../api/golang
github.com/kurtosis-tech/kurtosis/api/golang/v2 => ../../api/golang
github.com/kurtosis-tech/kurtosis/contexts-config-store => ../../contexts-config-store
github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang => ../../grpc-file-transfer/golang
)

require (
github.com/gammazero/workerpool v1.1.2
github.com/kurtosis-tech/kurtosis/api/golang v0.0.0 // Local dependency
github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang v0.0.0 // Local dependency
github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409
github.com/sirupsen/logrus v1.9.3
google.golang.org/grpc v1.57.1
)

require github.com/kurtosis-tech/kurtosis/api/golang/v2 v2.0.0-00010101000000-000000000000

require (
github.com/gammazero/deque v0.1.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion core/files_artifacts_expander/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"context"
"fmt"
"github.com/gammazero/workerpool"
"github.com/kurtosis-tech/kurtosis/api/golang/core/kurtosis_core_rpc_api_bindings"
"github.com/kurtosis-tech/kurtosis/api/golang/v2/core/kurtosis_core_rpc_api_bindings"
"github.com/kurtosis-tech/kurtosis/core/files_artifacts_expander/args"
"github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang/grpc_file_streaming"
"github.com/kurtosis-tech/stacktrace"
Expand Down

0 comments on commit 1e7d4fa

Please sign in to comment.