Skip to content
Snippets Groups Projects
Commit dccb6b3d authored by Will McCutchen's avatar Will McCutchen
Browse files

Switch to maintained go-bindata fork

parent 793a5046
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ go: ...@@ -5,6 +5,6 @@ go:
- tip - tip
script: make test script: make test
before_install: before_install:
- go get -u github.com/jteeuwen/go-bindata/... - go get -u github.com/kevinburke/go-bindata/...
notifications: notifications:
email: false email: false
FROM golang:1.9 FROM golang:1.9
RUN go get -u github.com/jteeuwen/go-bindata/... RUN go get -u github.com/kevinburke/go-bindata/...
WORKDIR /go/src/github.com/mccutchen/go-httpbin WORKDIR /go/src/github.com/mccutchen/go-httpbin
COPY . . COPY . .
RUN make RUN make
......
...@@ -24,7 +24,7 @@ clean: ...@@ -24,7 +24,7 @@ clean:
rm -r dist rm -r dist
deps: deps:
go get -u github.com/jteeuwen/go-bindata/... go get -u github.com/kevinburke/go-bindata/...
image: assets cmd/go-httpbin/*.go httpbin/*.go image: assets cmd/go-httpbin/*.go httpbin/*.go
mkdir -p /tmp/go-httpbin-docker mkdir -p /tmp/go-httpbin-docker
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment