X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=go.mod;fp=go.mod;h=cdfcef53331808b49939a2337933f0569a854cb3;hb=f2f2bc47e8729548f3c10117f7f008b547c4afc5;hp=0000000000000000000000000000000000000000;hpb=dc0d431a778a50e6732b9eb91384a07a207b772d;p=safcm%2Fsafcm.git diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..cdfcef5 --- /dev/null +++ b/go.mod @@ -0,0 +1,11 @@ +module ruderich.org/simon/safcm + +go 1.16 + +require ( + github.com/google/go-cmp v0.5.5 + github.com/ianbruene/go-difflib v1.2.0 + golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect + golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 + gopkg.in/yaml.v2 v2.4.0 +)