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 +)