nixpkgs/pkgs
Jonas Chevalier 5851c31127
terraform-providers: handle go modules (#104667)
* terraform-providers: handle go modules

More and more terraform providers are switching from vendored
dependencies to Go modules.

Let's say that you update the "aws" provider and it fails. You can run
it again with:

    ./update-provider aws --vendor

Any package that has the "vendorSha256" key will be considered as a go
module package.

The script now also supports adding new providers by using the
<owner>/<repo> format. Eg:

     ./update-provider hetznercloud/hcloud --vendor

* address comment

Fixes https://github.com/NixOS/nixpkgs/pull/104667#discussion_r529788569

* support the null use-case

* escape provider name as well

* fix typo
2020-12-01 11:05:00 +01:00
..
applications terraform-providers: handle go modules (#104667) 2020-12-01 11:05:00 +01:00
build-support Merge pull request #104781 from NixOS/staging-next 2020-11-30 18:27:29 +01:00
common-updater
data Merge pull request #105510 from r-ryantm/auto-update/iosevka-bin 2020-12-01 01:39:29 +01:00
desktops gnome3.gnome-boxes: 3.38.1 -> 3.38.2 2020-12-01 08:43:36 +01:00
development php.extensions.blackfire: 1.44.0 → 1.46.4 2020-12-01 11:02:52 +01:00
games Merge pull request #105542 from r-ryantm/auto-update/osu-lazer 2020-12-01 10:44:12 +01:00
misc Merge pull request #105408 from RonanMacF/master 2020-11-30 02:03:13 +01:00
os-specific Merge pull request #105544 from r-ryantm/auto-update/pcm 2020-12-01 10:35:28 +01:00
pkgs-lib
servers Merge pull request #105553 from r-ryantm/auto-update/sabnzbd 2020-12-01 10:45:38 +01:00
shells
stdenv Merge master into staging-next 2020-11-29 13:51:10 +01:00
test
tools Merge pull request #105546 from r-ryantm/auto-update/procs 2020-12-01 10:43:07 +01:00
top-level Merge pull request #105535 from IvarWithoutBones/peach-init-0.9.8 2020-12-01 10:43:21 +01:00