From 860e5d483cd952ec833c40312a2141bb3e4ef579 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 29 May 2017 15:46:35 -0400 Subject: PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout setting (#6410) * Update gorp to mattermost fork and add connection timeout setting * Add go dependency * Rename from connection timeout to query timeout * Properly add gorp dependency --- vendor/github.com/mattermost/gorp/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vendor/github.com/mattermost/gorp/.gitignore (limited to 'vendor/github.com/mattermost/gorp/.gitignore') diff --git a/vendor/github.com/mattermost/gorp/.gitignore b/vendor/github.com/mattermost/gorp/.gitignore new file mode 100644 index 000000000..d18c8ca70 --- /dev/null +++ b/vendor/github.com/mattermost/gorp/.gitignore @@ -0,0 +1,9 @@ +_test +*.test +_testmain.go +_obj +*~ +*.6 +6.out +gorptest.bin +tmp -- cgit v1.2.3-1-g7c22