Skip to content

Commit

Permalink
Merge pull request #4 from OscarYuen/unit_test_branch
Browse files Browse the repository at this point in the history
Add dep dependency
  • Loading branch information
OscarYuen authored Jan 12, 2018
2 parents ef969ea + 7a59f23 commit 479ee1c
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
69 changes: 69 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
required = ["github.com/jteeuwen/go-bindata"]

[[constraint]]
branch = "master"
name = "github.com/OscarYuen/go-graphql-starter"

[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "3.1.0"

[[constraint]]
name = "github.com/gorilla/websocket"
version = "1.2.0"

[[constraint]]
branch = "master"
name = "github.com/jmoiron/sqlx"

[[constraint]]
name = "github.com/mattn/go-sqlite3"
version = "1.6.0"

[[constraint]]
branch = "master"
name = "github.com/neelance/graphql-go"

[[constraint]]
branch = "master"
name = "golang.org/x/crypto"

[[constraint]]
branch = "master"
name = "golang.org/x/net"

0 comments on commit 479ee1c

Please sign in to comment.