mirror of https://github.com/pulumi/pulumi.git
19 lines
511 B
Modula-2
19 lines
511 B
Modula-2
module github.com/pulumi/pulumi/tests
|
|
|
|
go 1.15
|
|
|
|
replace (
|
|
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.3+incompatible
|
|
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pulumi/pulumi-random/sdk/v2 v2.4.2
|
|
github.com/pulumi/pulumi/pkg/v2 v2.22.0
|
|
github.com/pulumi/pulumi/sdk/v2 v2.22.0
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|