Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove integration go.mod #231

Merged
merged 5 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions examples/credentials/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/pulumi/pulumi-go-provider/examples/credentials

replace github.com/pulumi/pulumi-go-provider => ../..

replace github.com/pulumi/pulumi-go-provider/integration => ../../integration

go 1.21

require (
Expand Down
6 changes: 2 additions & 4 deletions examples/dna-store/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ replace github.com/pulumi/pulumi-go-provider => ../..

go 1.21

require (
github.com/pulumi/pulumi-go-provider v0.0.0-00010101000000-000000000000
github.com/pulumi/pulumi/sdk/v3 v3.95.0
)
require github.com/pulumi/pulumi-go-provider v0.0.0-00010101000000-000000000000

require (
dario.cat/mergo v1.0.0 // indirect
Expand Down Expand Up @@ -64,6 +61,7 @@ require (
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
github.com/pulumi/esc v0.6.1-0.20231111193429-44b746a5b3b5 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.95.0 // indirect
github.com/pulumi/pulumi/sdk/v3 v3.95.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
Expand Down
2 changes: 0 additions & 2 deletions examples/file/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/pulumi/pulumi-go-provider/examples/file

replace github.com/pulumi/pulumi-go-provider => ../..

replace github.com/pulumi/pulumi-go-provider/integration => ../../integration

go 1.21

require (
Expand Down
3 changes: 0 additions & 3 deletions examples/random-login/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ module github.com/pulumi/pulumi-go-provider/examples/random-login

replace github.com/pulumi/pulumi-go-provider => ../..

replace github.com/pulumi/pulumi-go-provider/integration => ../../integration

go 1.21

require (
github.com/blang/semver v3.5.1+incompatible
github.com/pulumi/pulumi-go-provider v0.0.0-00010101000000-000000000000
github.com/pulumi/pulumi-go-provider/integration v0.0.0-00010101000000-000000000000
github.com/pulumi/pulumi-random/sdk/v4 v4.8.0
github.com/pulumi/pulumi/sdk/v3 v3.95.0
github.com/stretchr/testify v1.8.4
Expand Down
3 changes: 0 additions & 3 deletions examples/str/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ go 1.21

replace github.com/pulumi/pulumi-go-provider => ../..

replace github.com/pulumi/pulumi-go-provider/integration => ../../integration

require (
github.com/blang/semver v3.5.1+incompatible
github.com/pulumi/pulumi-go-provider v0.0.0-00010101000000-000000000000
github.com/pulumi/pulumi-go-provider/integration v0.0.0-00010101000000-000000000000
github.com/pulumi/pulumi/sdk/v3 v3.95.0
github.com/stretchr/testify v1.8.4
)
Expand Down
6 changes: 1 addition & 5 deletions infer/tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ module github.com/pulumi/pulumi-go-provider/infer/tests

go 1.21

replace (
github.com/pulumi/pulumi-go-provider => ../..
github.com/pulumi/pulumi-go-provider/integration => ../../integration
)
replace github.com/pulumi/pulumi-go-provider => ../..

require (
github.com/blang/semver v3.5.1+incompatible
github.com/pulumi/pulumi-go-provider v0.10.1
github.com/pulumi/pulumi-go-provider/integration v0.10.0
github.com/pulumi/pulumi/sdk/v3 v3.95.0
github.com/stretchr/testify v1.8.4
)
Expand Down
102 changes: 0 additions & 102 deletions integration/go.mod

This file was deleted.

Loading
Loading