Move away from gopass now that it's broken
... | @@ -26,7 +26,7 @@ require ( | ... | @@ -26,7 +26,7 @@ require ( |
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 | github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 | ||
github.com/gorilla/mux v1.7.4 | github.com/gorilla/mux v1.7.4 | ||
github.com/h2non/filetype v1.0.12 | github.com/h2non/filetype v1.0.12 | ||
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c | github.com/ipfs/go-cid v0.0.3 | ||
github.com/ipfs/go-ipfs-http-client v0.0.5 | github.com/ipfs/go-ipfs-http-client v0.0.5 | ||
github.com/ipfs/interface-go-ipfs-core v0.2.6 | github.com/ipfs/interface-go-ipfs-core v0.2.6 | ||
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect | github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect | ||
... | @@ -37,8 +37,6 @@ require ( | ... | @@ -37,8 +37,6 @@ require ( |
github.com/lib/pq v1.3.0 | github.com/lib/pq v1.3.0 | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | ||
github.com/minio/minio-go v6.0.14+incompatible | github.com/minio/minio-go v6.0.14+incompatible | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | |||
github.com/modern-go/reflect2 v1.0.1 // indirect | |||
github.com/olebedev/emitter v0.0.0-20190110104742-e8d1457e6aee | github.com/olebedev/emitter v0.0.0-20190110104742-e8d1457e6aee | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect | github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect | ||
... | @@ -52,9 +50,9 @@ require ( | ... | @@ -52,9 +50,9 @@ require ( |
github.com/sirupsen/logrus v1.4.2 | github.com/sirupsen/logrus v1.4.2 | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/tebeka/strftime v0.1.3 // indirect | github.com/tebeka/strftime v0.1.3 // indirect | ||
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 | |||
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 | golang.org/x/image v0.0.0-20200119044424-58c23975cae1 | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | ||
google.golang.org/appengine v1.4.0 // indirect | |||
gopkg.in/ini.v1 v1.52.0 // indirect | gopkg.in/ini.v1 v1.52.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 | gopkg.in/yaml.v2 v2.2.8 | ||
) | ) |
This diff is collapsed.
Please register or sign in to comment