Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
updated deps (v0.13.8) (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates authored Dec 5, 2018
1 parent e362599 commit f603188
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 66 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gobuffalo/buffalo:development
FROM gobuffalo/buffalo:latest

ARG CODECOV_TOKEN
ARG CI
Expand All @@ -19,4 +19,4 @@ RUN mkdir -p $BP
WORKDIR $BP

COPY . .
RUN bash ./it.sh
RUN bash ./it.sh
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ test:

ci-deps:
$(GO_BIN) get github.com/gobuffalo/packr/packr
$(GO_BIN) get -tags ${TAGS} -t -u -v ./...
$(GO_BIN) get github.com/gobuffalo/buffalo-pop
$(GO_BIN) get -tags ${TAGS} -t -v ./...
make tidy

ci-test:
Expand Down
31 changes: 17 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
module github.com/gobuffalo/buffalo

require (
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.7.0
github.com/gobuffalo/buffalo-plugins v1.7.2
github.com/gobuffalo/buffalo-pop v1.1.15
github.com/gobuffalo/envy v1.6.9
github.com/gobuffalo/buffalo-plugins v1.8.2
github.com/gobuffalo/buffalo-pop v1.2.1
github.com/gobuffalo/envy v1.6.10
github.com/gobuffalo/events v1.1.8
github.com/gobuffalo/genny v0.0.0-20181119162812-e8ff4adce8bb
github.com/gobuffalo/genny v0.0.0-20181203201232-849d2c9534ea
github.com/gobuffalo/github_flavored_markdown v1.0.7
github.com/gobuffalo/httptest v1.0.5
github.com/gobuffalo/httptest v1.0.6
github.com/gobuffalo/makr v1.1.5
github.com/gobuffalo/mw-basicauth v1.0.7
github.com/gobuffalo/mw-contenttype v0.0.0-20180802152300-74f5a47f4d56
Expand All @@ -21,31 +22,33 @@ require (
github.com/gobuffalo/mw-tokenauth v0.0.0-20181001105134-8545f626c189
github.com/gobuffalo/packd v0.0.0-20181124090624-311c6248e5fb
github.com/gobuffalo/packr v1.21.5
github.com/gobuffalo/plush v3.7.22+incompatible
github.com/gobuffalo/pop v4.9.2+incompatible
github.com/gobuffalo/tags v2.0.11+incompatible
github.com/gobuffalo/plush v3.7.31+incompatible
github.com/gobuffalo/pop v4.9.3+incompatible
github.com/gobuffalo/tags v2.0.14+incompatible
github.com/gobuffalo/x v0.0.0-20181110221217-14085ca3e1a9
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.6.2
github.com/gorilla/sessions v1.1.3
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/markbates/deplist v1.0.5
github.com/markbates/grift v1.0.5
github.com/markbates/inflect v1.0.4
github.com/markbates/oncer v0.0.0-20181014194634-05fccaae8fc4
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2
github.com/markbates/refresh v1.4.11
github.com/markbates/sigtx v1.0.0
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/monoculum/formam v0.0.0-20180901015400-4e68be1d79ba
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.2.2
github.com/unrolled/secure v0.0.0-20181022170031-4b6b7cf51606 // indirect
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
golang.org/x/tools v0.0.0-20181122213734-04b5d21e00f1
golang.org/x/tools v0.0.0-20181205014116-22934f0fdb62
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
)
Loading

0 comments on commit f603188

Please sign in to comment.