Skip to content

Commit

Permalink
feat: add enclave manager (#1148)
Browse files Browse the repository at this point in the history
## Description:
Adding enclave manager

## Is this change user facing?
No, it's a new feature in the product.

## References (if applicable):
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->

---------

Co-authored-by: preetrawal <15133250+Peeeekay@users.noreply.github.com>
  • Loading branch information
adschwartz and Peeeekay committed Aug 23, 2023
1 parent dbff171 commit 54d94c5
Show file tree
Hide file tree
Showing 74 changed files with 6,626 additions and 281 deletions.
2 changes: 1 addition & 1 deletion api/golang/go.mod
Expand Up @@ -5,8 +5,8 @@ go 1.19
replace github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang => ../../grpc-file-transfer/golang

require (
connectrpc.com/connect v1.11.0
github.com/Masterminds/semver/v3 v3.1.1
github.com/bufbuild/connect-go v1.10.0
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20230818182330-1a86869414d2
github.com/kurtosis-tech/kurtosis/cloud/api/golang v0.0.0-20230803130419-099ee7a4e3dc
Expand Down
2 changes: 0 additions & 2 deletions api/golang/go.sum
Expand Up @@ -6,8 +6,6 @@ github.com/adrg/xdg v0.4.0 h1:RzRqFcjH4nE5C6oTAxhBtoE2IRyjBSa62SCbyPidvls=
github.com/adrg/xdg v0.4.0/go.mod h1:N6ag73EX4wyxeaoeHctc1mas01KZgsj5tYiAIwqJE/E=
github.com/andybalholm/brotli v1.0.1 h1:KqhlKozYbRtJvsPrrEeXcO+N2l6NYT5A2QAFmSULpEc=
github.com/andybalholm/brotli v1.0.1/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y=
github.com/bufbuild/connect-go v1.10.0 h1:QAJ3G9A1OYQW2Jbk3DeoJbkCxuKArrvZgDt47mjdTbg=
github.com/bufbuild/connect-go v1.10.0/go.mod h1:CAIePUgkDR5pAFaylSMtNK45ANQjp9JvpluG20rhpV8=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54d94c5

Please sign in to comment.