[skip-changelog] upgrade go-paths-helper to 1.6.0 (#1310)
* upgrade go-paths-helper to 1.6.0 * Fixed tests for new go-path library release
Showing
... | @@ -4,7 +4,7 @@ go 1.14 | ... | @@ -4,7 +4,7 @@ go 1.14 |
require ( | require ( | ||
github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c | github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c | ||
github.com/arduino/go-paths-helper v1.5.0 | github.com/arduino/go-paths-helper v1.6.0 | ||
github.com/arduino/go-properties-orderedmap v1.3.0 | github.com/arduino/go-properties-orderedmap v1.3.0 | ||
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b | github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b | ||
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b | github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b | ||
... | ... |
Please register or sign in to comment