gojek / weaver

An Advanced HTTP Reverse Proxy with Dynamic Sharding Strategies
Apache License 2.0
601 stars 53 forks source link

go sum update #15

Closed irfn closed 5 years ago

irfn commented 5 years ago

Build failing due to. Updated by regenerating go.sum

go: verifying github.com/coreos/etcd@v3.3.0+incompatible: checksum mismatch
        downloaded: h1:v3H7yHgF+94suF7Xg6V7Haq6Anac3X6WosuKGTTJCGM=
        go.sum:     h1:WyMdmwfw02n2i3gTkzy+HBR2dsh1axjxn808iAe9PLI=
rShetty commented 5 years ago

Checks are failing

irfn commented 5 years ago

Checks are failing

This was due to version differences. Have updated Dockerfile and travis config. Can squash the commits.

rShetty commented 5 years ago

Cool squashing and merging