From 6bf080393d88534aa658ecaff32ae089bd304772 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Tue, 4 Apr 2017 11:42:07 -0700 Subject: Fixing race conditions in the code base (#5966) * Adding initial race detector * Remove setting of config twice * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue * Fixing makefile * Fixing race in config * Fixing race in status unit test * Adding EE race tests * Fixing race in cluster info * Removing code that's isn't needed * Fixing some more races * Fixing govet issue --- glide.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'glide.yaml') diff --git a/glide.yaml b/glide.yaml index 9841c250d..edf6c5176 100644 --- a/glide.yaml +++ b/glide.yaml @@ -2,6 +2,7 @@ package: github.com/mattermost/platform import: - package: github.com/NYTimes/gziphandler - package: github.com/alecthomas/log4go + repo: https://github.com/mattermost/log4go.git - package: github.com/dgryski/dgoogauth - package: github.com/disintegration/imaging version: v1.0.0 -- cgit v1.2.3-1-g7c22