Merge pull request #169054 from blakesmith/firectl_latest

firectl: 0.1.0 -> unstable-2022-03-01
This commit is contained in:
Rick van Schijndel 2022-04-22 18:57:55 +02:00 committed by GitHub
commit b0e9f6e26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 21 deletions

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "firectl";
version = "0.1.0";
patches = [ ./gomod.patch ];
# The latest upstream 0.1.0 is incompatible with firecracker
# v0.1.0. See issue: https://github.com/firecracker-microvm/firectl/issues/82
version = "unstable-2022-03-01";
src = fetchFromGitHub {
owner = "firecracker-microvm";
repo = pname;
rev = "v${version}";
sha256 = "1ni3yx4rjhrkqk2038c6hkb2jwsdj2llx233wd5wgpvb6c57652p";
rev = "9f1b639a446e8d75f31787a00b9f273c1e68f12c";
sha256 = "TjzzHY9VYPpWoPt6nHYUerKX94O03sm524wGM9lGzno=";
};
vendorSha256 = "1xbpck1gvzl75xgrajf5yzl199l4f2f6j3mac5586i7b00b9jxqj";
vendorSha256 = "3SVEvvGNx6ienyJZg0EOofHNHCPSpJUGXwHxokdRG1c=";
doCheck = false;

View File

@ -1,15 +0,0 @@
diff --git a/go.mod b/go.mod
index 1044001..7bafeda 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,10 @@
module github.com/firecracker-microvm/firectl
+go 1.14
+
require (
github.com/firecracker-microvm/firecracker-go-sdk v0.15.1
+ github.com/go-openapi/strfmt v0.17.1
github.com/jessevdk/go-flags v1.4.0
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.1.1