diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-07-09 19:42:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-09 19:42:50 -0700 |
| commit | cf43edc67705d8b330b895b81b77bdda3ed4e17b (patch) | |
| tree | afa366c6b8a235bc7561116397cb54cae784646b /go.mod | |
| parent | 1b680c06c1de27e6a3899c089ec354a9eb08ea44 (diff) | |
| parent | 8c318470dd95b3fc24d39dc3cf253cc17b03ab39 (diff) | |
| download | seaweedfs-cf43edc67705d8b330b895b81b77bdda3ed4e17b.tar.xz seaweedfs-cf43edc67705d8b330b895b81b77bdda3ed4e17b.zip | |
Merge pull request #1385 from yourchanges/master
Revert "remove fixJpgOrientation"
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 ( |
