mirror of
https://github.com/simon987/imhashdb.git
synced 2025-04-09 21:56:45 +00:00
39 lines
1.7 KiB
Modula-2
39 lines
1.7 KiB
Modula-2
module github.com/simon987/imhashdb
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cockroachdb/apd v1.1.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/gin-gonic/gin v1.6.2
|
|
github.com/go-redis/redis/v7 v7.2.0
|
|
github.com/gofrs/uuid v3.2.0+incompatible // indirect
|
|
github.com/golang/protobuf v1.3.5 // indirect
|
|
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
|
github.com/jackc/pgx v3.6.2+incompatible
|
|
github.com/klauspost/compress v1.10.4 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lib/pq v1.3.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/onsi/ginkgo v1.12.0 // indirect
|
|
github.com/onsi/gomega v1.9.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/shopspring/decimal v0.0.0-20200227202807-02e2044944cc // indirect
|
|
github.com/simon987/fastimagehash-go v0.0.0-20200426185525-dad3269c77a9
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
github.com/valyala/fasthttp v1.9.0
|
|
github.com/valyala/gozstd v1.7.0
|
|
go.uber.org/zap v1.14.1
|
|
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect
|
|
golang.org/x/tools v0.0.0-20200425043458-8463f397d07c // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
|
|
)
|