Navigation Menu

Skip to content

Commit

Permalink
Initialize go module
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Feb 10, 2019
1 parent fa01505 commit 115793c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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
)

0 comments on commit 115793c

Please sign in to comment.