Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Update github.com/texttheater/golang-levenshtein commit hash to b7aaf…
Browse files Browse the repository at this point in the history
…30 (#366)
  • Loading branch information
renovate[bot] authored and glooms committed Jul 22, 2019
1 parent 620aec1 commit 9b56634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
github.com/texttheater/golang-levenshtein v0.0.0-20180516184445-d188e65d659e
github.com/texttheater/golang-levenshtein v0.0.0-20190720003124-b7aaf30637d6
golang.org/x/crypto v0.0.0-20190708061434-4def268fd1a4
golang.org/x/sys v0.0.0-20190713004954-fae7ac547cb7 // indirect
gopkg.in/yaml.v2 v2.2.2
Expand Down
12 changes: 2 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/qlik-oss/enigma-go v0.0.0-20190715074831-b1ffe765ba41 h1:pNjVVrH+9Ym7/zODOQUzKSnoSRHTqCJAMf0Ha0N26Cg=
github.com/qlik-oss/enigma-go v0.0.0-20190715074831-b1ffe765ba41/go.mod h1:NdPfB2FwdBpYUQcPFi8MQsH336Rii3IA/p4QOeSIj7w=
github.com/qlik-oss/enigma-go v0.0.0-20190719105141-5800ea59f3a9 h1:HzYzwgA9fiqKVUl/b5/d+PK2DgYjpxIDd3drh9ILjgM=
github.com/qlik-oss/enigma-go v0.0.0-20190719105141-5800ea59f3a9/go.mod h1:NdPfB2FwdBpYUQcPFi8MQsH336Rii3IA/p4QOeSIj7w=
github.com/qlik-oss/enigma-go v0.0.0-20190719112048-de4d701843710 h1:iFW2lWRaJIqB3z6e1sZwpjxjlUkKHjPcctS9IlsBgIE=
github.com/qlik-oss/enigma-go v0.0.0-20190719112048-de4d701843710/go.mod h1:NdPfB2FwdBpYUQcPFi8MQsH336Rii3IA/p4QOeSIj7w=
github.com/qlik-oss/enigma-go v0.0.0-20190719113446-b3bdc7ff2942d h1:BreSX9BXTLhy+mCjCCQuYTf9tGIKJdJs5ghKjlhsRes=
github.com/qlik-oss/enigma-go v0.0.0-20190719113446-b3bdc7ff2942d/go.mod h1:NdPfB2FwdBpYUQcPFi8MQsH336Rii3IA/p4QOeSIj7w=
github.com/qlik-oss/enigma-go v0.0.0-20190719113806-672aa4844e2a h1:CAhda9+irPs7pfGbbGsnrEeUXaMKROwi1ISGusWL7Uc=
github.com/qlik-oss/enigma-go v0.0.0-20190719113806-672aa4844e2a/go.mod h1:NdPfB2FwdBpYUQcPFi8MQsH336Rii3IA/p4QOeSIj7w=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
Expand Down Expand Up @@ -136,8 +128,8 @@ github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/texttheater/golang-levenshtein v0.0.0-20180516184445-d188e65d659e h1:T5PdfK/M1xyrHwynxMIVMWLS7f/qHwfslZphxtGnw7s=
github.com/texttheater/golang-levenshtein v0.0.0-20180516184445-d188e65d659e/go.mod h1:XDKHRm5ThF8YJjx001LtgelzsoaEcvnA7lVWz9EeX3g=
github.com/texttheater/golang-levenshtein v0.0.0-20190720003124-b7aaf30637d6 h1:sg+QzBCKfqTloZrslazH5YdlFGaUH/fDENGFxp/yY1k=
github.com/texttheater/golang-levenshtein v0.0.0-20190720003124-b7aaf30637d6/go.mod h1:XDKHRm5ThF8YJjx001LtgelzsoaEcvnA7lVWz9EeX3g=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
Expand Down

0 comments on commit 9b56634

Please sign in to comment.