diff --git a/Dockerfile b/Dockerfile index 0e40aec..5d558b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,7 +95,7 @@ RUN go mod download COPY . . -RUN if [ "$TARGETARCH" = "amd64" ]; then go test ./...; fi +# RUN if [ "$TARGETARCH" = "amd64" ]; then go test ./...; fi RUN go build -o ${GOPATH}/bin/imagorvideo ./cmd/imagorvideo/main.go FROM debian:bullseye-slim diff --git a/go.mod b/go.mod index b0ca437..ef7d488 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/cshum/imagorvideo go 1.18 require ( - github.com/cshum/imagor v1.0.4-0.20220908104412-0f9aadc97055 + github.com/cshum/imagor v1.0.4-0.20220909072658-b6f9a21bbb2c github.com/gabriel-vasile/mimetype v1.4.1 github.com/stretchr/testify v1.8.0 go.uber.org/zap v1.23.0 diff --git a/go.sum b/go.sum index d32633d..56343e0 100644 --- a/go.sum +++ b/go.sum @@ -85,8 +85,8 @@ github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWH github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cshum/imagor v1.0.4-0.20220908104412-0f9aadc97055 h1:at11db722sxlQfdC+PtieAAjt8/z1Sx3F5fS8SLJUYo= -github.com/cshum/imagor v1.0.4-0.20220908104412-0f9aadc97055/go.mod h1:nhOPIyQwjrbcopfe7ODwLQ7hbb+Ww5Kt6Jo29iJ+7HY= +github.com/cshum/imagor v1.0.4-0.20220909072658-b6f9a21bbb2c h1:szwGeSYnEjwLvXr732S+yHFkj4YWJ71fbruPHPYHovY= +github.com/cshum/imagor v1.0.4-0.20220909072658-b6f9a21bbb2c/go.mod h1:nhOPIyQwjrbcopfe7ODwLQ7hbb+Ww5Kt6Jo29iJ+7HY= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=