Skip to content

Commit

Permalink
chore: Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Dec 7, 2022
1 parent 25e069f commit 4055023
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pkg/pulumiyaml/codegen/gen_program_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,6 @@ import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

var defaultPlugins = []pulumiyaml.Plugin{
{Package: "aws", Version: "5.4.0"},
{Package: "azure-native", Version: "1.56.0"},
{Package: "azure", Version: "4.18.0"},
{Package: "kubernetes", Version: "3.7.2"},
{Package: "random", Version: "4.2.0"},
{Package: "eks", Version: "0.40.0"},
{Package: "aws-native", Version: "0.13.0"},
{Package: "docker", Version: "4.0.0-alpha.0"},
{Package: "awsx", Version: "1.0.0-beta.5"},

// Extra packages are to satisfy the versioning requirement of aws-eks.
// While the schemas are not the correct version, we rely on not
// depending on the difference between them.
{Package: "kubernetes", Version: "3.0.0"},

// not a real plugin, but a real schema
{Package: "synthetic", Version: "0.1.0"},
{Package: "other", Version: "0.1.0"},
}

type testPackageLoader struct{ *testing.T }

func (l testPackageLoader) LoadPackage(name string, version *semver.Version) (pulumiyaml.Package, error) {
Expand Down

0 comments on commit 4055023

Please sign in to comment.