diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-05-24 03:50:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 03:50:44 -0700 |
| commit | 9079ce0e7f9eebd10b33cbe27f030a6f4f584d04 (patch) | |
| tree | 82d62f2341bc7c30088a5cb62bc64b842a818986 /go.mod | |
| parent | 15859a7daabd637cd91dede2cfc76d874e7174a4 (diff) | |
| parent | 69c768870b7d939b3d531363771dff35318972b7 (diff) | |
| download | seaweedfs-9079ce0e7f9eebd10b33cbe27f030a6f4f584d04.tar.xz seaweedfs-9079ce0e7f9eebd10b33cbe27f030a6f4f584d04.zip | |
Merge pull request #2079 from kmlebedev/s3CachingHeaders
S3 write cache headers
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -39,7 +39,7 @@ require ( github.com/google/uuid v1.1.1 github.com/gorilla/mux v1.7.4 github.com/gorilla/websocket v1.4.1 // indirect - github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 // indirect + github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 github.com/grpc-ecosystem/grpc-gateway v1.11.0 // indirect github.com/jcmturner/gofork v1.0.0 // indirect github.com/jinzhu/copier v0.2.8 @@ -59,6 +59,7 @@ require ( github.com/olivere/elastic/v7 v7.0.19 github.com/peterh/liner v1.1.0 github.com/pierrec/lz4 v2.2.7+incompatible // indirect + github.com/pquerna/cachecontrol v0.1.0 github.com/prometheus/client_golang v1.3.0 github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect github.com/seaweedfs/fuse v1.1.6 @@ -97,7 +98,7 @@ require ( gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect - modernc.org/sqlite v1.10.7 // indirect + modernc.org/sqlite v1.10.7 ) // replace github.com/seaweedfs/fuse => /Users/chris/go/src/github.com/seaweedfs/fuse |
