v1.1.0: Updating import-gen to be properly GOOS aware.
This represents a bit of a shift in imports-gen in that instead of generating an imports.go file, it generates an imports_{{GOOS}}.go file.
Since this represents a minor shift in the API of imports-gen, this is a minor release bump.