From 115793c92a0710e013701101b56b789298191fea Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Sun, 10 Feb 2019 10:16:05 +0100 Subject: [PATCH] Initialize go module --- go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..a1fa82c --- /dev/null +++ b/go.mod @@ -0,0 +1,8 @@ +module github.com/eko/graphql-go-upload + +require ( + github.com/davecgh/go-spew v1.1.1 + github.com/pmezard/go-difflib v1.0.0 + github.com/stretchr/objx v0.1.1 + github.com/stretchr/testify v1.3.0 +)