go-modules: Update files to use vendorSha256
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user