Skip to content

Commit

Permalink
add db codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
rgarcia committed Apr 4, 2018
1 parent 2ef1062 commit 3677850
Show file tree
Hide file tree
Showing 49 changed files with 5,279 additions and 218 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ release/
.DS_Store

node_modules/

219 changes: 197 additions & 22 deletions Gopkg.lock

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

8 changes: 6 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
required = ["github.com/jteeuwen/go-bindata/go-bindata", "github.com/golang/mock/mockgen"]
required = ["github.com/tmthrgd/go-bindata", "github.com/golang/mock/mockgen"]
[[constraint]]
name = "github.com/Clever/discovery-go"
branch = "master"
Expand Down Expand Up @@ -60,7 +60,7 @@ required = ["github.com/jteeuwen/go-bindata/go-bindata", "github.com/golang/mock
branch = "master"

[[constraint]]
name = "github.com/jteeuwen/go-bindata"
name = "github.com/tmthrgd/go-bindata"
branch = "master"

[[constraint]]
Expand Down Expand Up @@ -102,3 +102,7 @@ required = ["github.com/jteeuwen/go-bindata/go-bindata", "github.com/golang/mock
[[constraint]]
name = "gopkg.in/yaml.v2"
branch = "v2"

[[constraint]]
branch = "master"
name = "github.com/awslabs/goformation"
Loading

0 comments on commit 3677850

Please sign in to comment.