pulumi/pkg/backend
James Nugent edab10e9c8 Use Go Modules for dependency tracking
This commit switches from dep to Go 1.12 modules for tracking Pulumi
dependencies. Rather than _building_ using Go modules, we instead use the `go
mod vendor` command to populate a vendor tree in the same way as `dep ensure`
was previously doing.

In order to prevent checksum mismatches, it was necessary to also update CI to
use Go 1.12 instead of 1.11 - which also necessitated fixing some linting errors
which appeared with the upgraded golangci-lint for 1.12.
2019-04-10 08:37:51 +04:00
..
display Use Go Modules for dependency tracking 2019-04-10 08:37:51 +04:00
filestate Fix lint issue 2019-04-03 17:22:55 -07:00
httpstate Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't print error prefix when a confirmation prompt is declined 2019-03-26 15:17:18 -07:00
backend.go Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
snapshot.go Use "discard" when deleting read resources (#2280) 2019-01-31 13:48:44 -08:00
snapshot_test.go Filter diff keys based on provider info (#2526) 2019-03-06 16:41:19 -08:00
stack.go Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
updates.go Fix spelling (#2567) 2019-03-19 11:35:17 -07:00