Upgrading dep (although it will not work now that imports are using mod format, it allows for users to easily fix this with a replacement of the import path).

This commit is contained in:
Renan DelValle 2019-02-19 12:03:16 -08:00
parent 9aebf09699
commit 706ade816c
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
64 changed files with 11363 additions and 3 deletions

4
Gopkg.lock generated
View file

@ -4,7 +4,7 @@
[[projects]]
branch = "0.12.0"
digest = "1:89696c38cec777120b8b1bb5e2d363d655cf2e1e7d8c851919aaa0fd576d9b86"
name = "git.apache.org/thrift.git"
name = "github.com/apache/thrift"
packages = ["lib/go/thrift"]
pruneopts = ""
revision = "384647d290e2e4a55a14b1b7ef1b7e66293a2c33"
@ -51,7 +51,7 @@
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"git.apache.org/thrift.git/lib/go/thrift",
"github.com/apache/thrift/lib/go/thrift",
"github.com/pkg/errors",
"github.com/samuel/go-zookeeper/zk",
"github.com/stretchr/testify/assert",