Skip to content

Commit

Permalink
🐳 b3log#225
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Mar 28, 2019
1 parent 97f30d3 commit d9f6d04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM golang:latest as GO_BUILD
WORKDIR /go/src/github.com/b3log/pipe/
COPY --from=NODE_BUILD /go/src/github.com/b3log/pipe/ /go/src/github.com/b3log/pipe/
ENV GO111MODULE=on
RUN apk add --no-cache gcc musl-dev && go build -i -v
RUN go build -i -v

FROM alpine:latest
LABEL maintainer="Liang Ding<[email protected]>"
Expand Down
15 changes: 14 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,40 @@ module github.com/b3log/pipe
go 1.12

require (
cloud.google.com/go v0.37.1 // indirect
github.com/PuerkitoBio/goquery v1.5.0
github.com/araddon/dateparse v0.0.0-20190223010137-262228af701e
github.com/beevik/etree v1.1.0 // indirect
github.com/bluele/gcache v0.0.0-20190301044115-79ae3b2d8680
github.com/clbanning/mxj v1.8.4 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/fatih/structs v1.1.0
github.com/gin-contrib/sessions v0.0.0-20190226023029-1532893d996f
github.com/gin-gonic/gin v1.3.0
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/gorilla/feeds v1.1.0
github.com/hackebrot/go-repr v0.0.0-20170331152400-586d894a5734 // indirect
github.com/hackebrot/turtle v0.1.0
github.com/ikeikeikeike/go-sitemap-generator v2.0.1+incompatible
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.0.0 // indirect
github.com/lib/pq v1.0.0 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.2
github.com/moul/http2curl v1.0.0 // indirect
github.com/mssola/user_agent v0.5.0
github.com/parnurzeal/gorequest v0.2.15
github.com/pkg/errors v0.8.1 // indirect
github.com/simplereach/timeutils v1.2.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
github.com/vinta/pangu v3.0.0+incompatible
golang.org/x/text v0.3.0
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
gopkg.in/yaml.v2 v2.2.2
)

0 comments on commit d9f6d04

Please sign in to comment.