aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
author李远军 <yourchanges@gmail.com>2020-07-10 10:28:28 +0800
committer李远军 <yourchanges@gmail.com>2020-07-10 10:28:28 +0800
commit8c318470dd95b3fc24d39dc3cf253cc17b03ab39 (patch)
treeafa366c6b8a235bc7561116397cb54cae784646b /go.mod
parent6608cb5f43d7b26c0f67e18907313dbc52a1eadf (diff)
downloadseaweedfs-8c318470dd95b3fc24d39dc3cf253cc17b03ab39.tar.xz
seaweedfs-8c318470dd95b3fc24d39dc3cf253cc17b03ab39.zip
Revert "remove fixJpgOrientation"
This reverts commit de5ca9b2 minimise the revert changes
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 0 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 6bd3733c5..3bb1bf4bb 100644
--- a/go.mod
+++ b/go.mod
@@ -13,10 +13,7 @@ require (
github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
github.com/cespare/xxhash v1.1.0
github.com/chrislusf/raft v1.0.1
- github.com/coreos/bbolt v1.3.3 // indirect
- github.com/coreos/etcd v3.3.15+incompatible // indirect
github.com/coreos/go-semver v0.3.0 // indirect
- github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2
github.com/dustin/go-humanize v1.0.0
@@ -37,7 +34,6 @@ require (
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.3
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/grpc-gateway v1.11.0 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
@@ -92,7 +88,6 @@ 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
- sigs.k8s.io/yaml v1.1.0 // indirect
)
replace (