1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-29 00:52:03 +02:00

fix swaggo dep issue

This commit is contained in:
Lee Brown
2019-08-06 04:15:42 -08:00
parent 3c803b3483
commit 45e6e37aa6

View File

@ -13,7 +13,8 @@ RUN GO111MODULE=off go get gopkg.in/go-playground/validator.v9 && \
GO111MODULE=off go get github.com/lib/pq/scram && \
GO111MODULE=off go get github.com/tinylib/msgp/msgp && \
GO111MODULE=off go get gopkg.in/DataDog/dd-trace-go.v1/ddtrace && \
GO111MODULE=off go get github.com/xwb1989/sqlparser
GO111MODULE=off go get github.com/xwb1989/sqlparser && \
GO111MODULE=off go get golang.org/x/xerrors
# Install swag with go modules enabled.
RUN GO111MODULE=on go get -u github.com/swaggo/swag/cmd/swag