diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..13046d5 --- /dev/null +++ b/go.mod @@ -0,0 +1,11 @@ +module github.com/rekby/fsextender + +go 1.16 + +require ( + github.com/kr/text v0.0.0-20150905224508-bb797dc4fb83 // indirect + github.com/ogier/pflag v0.0.2-0.20150809183316-6f7159c3154e // indirect + github.com/rekby/gpt v0.0.0-20151112135609-f2cbeebca98b // indirect + github.com/rekby/mbr v0.0.0-20151216101307-8c28b6465703 // indirect + github.com/rekby/pretty v0.0.0-20150927081721-c162edfa0cca // indirect +) diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..a166358 --- /dev/null +++ b/go.sum @@ -0,0 +1,5 @@ +github.com/kr/text v0.0.0-20150905224508-bb797dc4fb83/go.mod h1:sjUstKUATFIcff4qlB53Kml0wQPtJVc/3fWrmuUmcfA= +github.com/ogier/pflag v0.0.2-0.20150809183316-6f7159c3154e/go.mod h1:zkFki7tvTa0tafRvTBIZTvzYyAu6kQhPZFnshFFPE+g= +github.com/rekby/gpt v0.0.0-20151112135609-f2cbeebca98b/go.mod h1:scrOqOnnHVKCHENvFw8k9ajCb88uqLQDA4BvuJNJ2ew= +github.com/rekby/mbr v0.0.0-20151216101307-8c28b6465703/go.mod h1:omSwqul59wlKxf3OVbxhOiSjxM1at3GsfDbgnghKyeA= +github.com/rekby/pretty v0.0.0-20150927081721-c162edfa0cca/go.mod h1:aITAgdwt1IykdAfPtghHKM3cI+JuNlDf1Da8u9R/4lU= diff --git a/vendor/modules.txt b/vendor/modules.txt new file mode 100644 index 0000000..381e3b1 --- /dev/null +++ b/vendor/modules.txt @@ -0,0 +1,10 @@ +# github.com/kr/text v0.0.0-20150905224508-bb797dc4fb83 +## explicit +# github.com/ogier/pflag v0.0.2-0.20150809183316-6f7159c3154e +## explicit +# github.com/rekby/gpt v0.0.0-20151112135609-f2cbeebca98b +## explicit +# github.com/rekby/mbr v0.0.0-20151216101307-8c28b6465703 +## explicit +# github.com/rekby/pretty v0.0.0-20150927081721-c162edfa0cca +## explicit