Skip to content

Commit

Permalink
chore: vendor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chuhlomin committed Oct 23, 2022
1 parent 08f0793 commit 5230b54
Show file tree
Hide file tree
Showing 27 changed files with 12,553 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM golang:1.17 as build-env
WORKDIR /go/src/app
ADD . /go/src/app

RUN go get -d -v ./...
RUN go build -o /go/bin/app
RUN go test -mod=vendor -cover ./...
RUN go build -mod=vendor -o /go/bin/app


FROM gcr.io/distroless/static:966f4bd97f611354c4ad829f1ed298df9386c2ec
Expand Down
4 changes: 4 additions & 0 deletions vendor/github.com/caarlos0/env/v6/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/github.com/caarlos0/env/v6/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/caarlos0/env/v6/.goreleaser.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/caarlos0/env/v6/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions vendor/github.com/caarlos0/env/v6/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5230b54

Please sign in to comment.