Skip to content

Commit

Permalink
fixing makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ingride committed Feb 18, 2021
1 parent 9896623 commit 6db3f4b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ build: ## Build the binary.
go build -ldflags "-X github.com/netlify/gotrue/cmd.Version=`git rev-parse HEAD`"

deps: ## Install dependencies.
@go get github.com/gobuffalo/pop/[email protected]
@go install github.com/gobuffalo/pop/soda
@go get -u golang.org/x/lint/golint
@go mod download

Expand Down
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ require (
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20170623214735-571947b0f240
github.com/badoux/checkmail v0.0.0-20170203135005-d0a759655d62
github.com/beevik/etree v1.1.0
github.com/cockroachdb/cockroach-go v2.0.1+incompatible // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/didip/tollbooth/v5 v5.1.1
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/gobuffalo/genny v0.6.0 // indirect
github.com/gobuffalo/pop v4.13.1+incompatible // indirect
github.com/gobuffalo/pop/v5 v5.3.1
github.com/gobuffalo/uuid v2.0.5+incompatible
github.com/gobuffalo/validate v2.0.4+incompatible // indirect
github.com/imdario/mergo v0.0.0-20160216103600-3e95a51e0639
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
Expand Down
Loading

0 comments on commit 6db3f4b

Please sign in to comment.