pulumi/tests/go.mod
Pat Gavlin 3d4c6523d2
[schema/docs] Use a Markdown parser. (#4838)
In particular, use the parser to filter and extract examples. This also
sets up support for entity references in documentation that can be used
in order to render language-specific names for resources, functions,
types, and properties.

Related to #4632 and #4159.
2020-06-17 14:02:45 -07:00

20 lines
548 B
Modula-2

module github.com/pulumi/pulumi/tests
go 1.14
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
github.com/pulumi/pulumi/pkg/v2 => ../pkg
github.com/pulumi/pulumi/sdk/v2 => ../sdk
)
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/pkg/v2 v2.0.0
github.com/pulumi/pulumi/sdk/v2 v2.0.0
github.com/stretchr/testify v1.6.1
)