From 29c035a5ab63b888aa323312229d010727b0b878 Mon Sep 17 00:00:00 2001 From: "Wael M. Nasreddine" Date: Tue, 19 Mar 2019 18:57:07 -0700 Subject: [PATCH] create the go.mod --- go.mod | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..bbc6779 --- /dev/null +++ b/go.mod @@ -0,0 +1,11 @@ +module github.com/DBCDK/morph + +require ( + github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc + github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf + github.com/dbcdk/kingpin v0.0.0-20180916151106-8554767bc912 + github.com/gobwas/glob v0.2.3 + golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b + golang.org/x/sys v0.0.0-20180918153733-ee1b12c67af4 + gopkg.in/mattes/go-expand-tilde.v1 v1.0.0-20150330173918-cb884138e64c +)