]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - go.mod
First working version
[safcm/safcm.git] / go.mod
diff --git a/go.mod b/go.mod
new file mode 100644 (file)
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
+)