sparse-intern-71089
04/26/2020, 1:20 AMwhite-balloon-205
v2. I would expect that if you are using go mod to acquire dependencies as suggested in READMEs that you would get the v2 versions of all modules and would not see this error.
To get this error - you must have somehow acquired a version of one of that packages that is not mentioned in the go.mod and installed it in your GoPATH?white-balloon-205
tall-umbrella-19082
04/26/2020, 1:59 AMwhite-balloon-205
tall-umbrella-19082
04/26/2020, 11:40 PMpulumi up you can see it extracting v1.13.1. I haven’t modified go.sum nor dependencies in main.gowhite-balloon-205
tall-umbrella-19082
04/27/2020, 1:33 PM