Skip to content

Commit

Permalink
feat: preSign url
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Jul 28, 2022
1 parent 0971af0 commit a5c84d0
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 58 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ghcr.io/aldor007/mort-base as builder

ENV GOLANG_VERSION 1.16.6
ENV LIBVIPS_VERSION 8.11.2
ENV GOLANG_VERSION 1.18.4
ARG TARGETARCH amd64
ARG TAG 'dev'
ARG COMMIT "master"
Expand Down
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module github.com/aldor007/mort

go 1.16
go 1.18

require (
github.com/aldor007/go-aws-auth v0.0.0-20180623204207-00898dfb9272
github.com/aldor007/stow v1.2.1
github.com/aldor007/stow v1.3.2
github.com/alicebob/miniredis/v2 v2.18.0
github.com/aws/aws-sdk-go v1.38.57 // indirect
github.com/bsm/redislock v0.7.2
github.com/d5/tengo/v2 v2.10.1
github.com/djherbis/stream v1.3.1
Expand All @@ -24,11 +23,10 @@ require (
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/client_model v0.2.0
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.1
github.com/vmihailenco/msgpack v4.0.4+incompatible
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
gopkg.in/h2non/gock.v1 v1.0.16
gopkg.in/kothar/go-backblaze.v0 v0.0.0-20210124194846-35409b867216 // indirect
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit a5c84d0

Please # to comment.