summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/encoding/charmap/charmap_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Depenancy upgrades and movign to dep. (#8630)Christopher Speller2018-04-161-258/+0
|
* Fixing race conditions in the code base (#5966)Corey Hulen2017-04-041-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-6076 Adding viper libs for config file changes (#5871)Corey Hulen2017-03-251-0/+205
* Adding viper libs for config file changes * Removing the old fsnotify lib * updating some missing libs