Skip to content

Commit

Permalink
Updating refs (TySug most importantly, as it updates the Jaro algorithm)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynom committed Jul 3, 2020
1 parent d3a880c commit 8ea780d
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 13 deletions.
28 changes: 15 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,34 @@ module github.com/Dynom/ERI
go 1.14

require (
cloud.google.com/go v0.56.0 // indirect
cloud.google.com/go/pubsub v1.3.1
cloud.google.com/go v0.60.0 // indirect
cloud.google.com/go/pubsub v1.4.0
github.com/BurntSushi/toml v0.3.1
github.com/Dynom/TySug v0.1.3
github.com/Dynom/TySug v0.1.4
github.com/NYTimes/gziphandler v1.1.1
github.com/Pimmr/rig v0.0.0-20200327123708-a6d34f8b4a0b
github.com/Pimmr/rig v1.0.1
github.com/alextanhongpin/stringdist v0.0.1 // indirect
github.com/graphql-go/graphql v0.7.9
github.com/graphql-go/handler v0.2.3
github.com/juju/ratelimit v1.0.1
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/lib/pq v1.3.0
github.com/lib/pq v1.7.0
github.com/minio/highwayhash v1.0.0
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.5.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5 // indirect
go.opencensus.io v0.22.4 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
golang.org/x/tools v0.0.0-20200408032209-46bd65c8538f // indirect
google.golang.org/api v0.21.0
google.golang.org/genproto v0.0.0-20200407120235-9eb9bb161a06 // indirect
google.golang.org/grpc v1.28.1 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20200702044944-0cc1aa72b347 // indirect
google.golang.org/api v0.28.0
google.golang.org/genproto v0.0.0-20200702021140-07506425bd67 // indirect
google.golang.org/grpc v1.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
Expand Down
Loading

0 comments on commit 8ea780d

Please sign in to comment.