Skip to content

Commit

Permalink
Update pkg -> sdk dependency (#9331)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed Apr 1, 2022
1 parent 6e7f153 commit 9f89feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/go.mod
Expand Up @@ -36,7 +36,7 @@ require (
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
github.com/opentracing/opentracing-go v1.1.0
github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386
github.com/pulumi/pulumi/sdk/v3 v3.27.0
github.com/pulumi/pulumi/sdk/v3 v3.28.0
github.com/rjeczalik/notify v0.9.2
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0
github.com/sergi/go-diff v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions tests/go.mod
Expand Up @@ -12,8 +12,8 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/golang/protobuf v1.5.2
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pulumi/pulumi/pkg/v3 v3.27.0
github.com/pulumi/pulumi/sdk/v3 v3.27.0
github.com/pulumi/pulumi/pkg/v3 v3.28.0
github.com/pulumi/pulumi/sdk/v3 v3.28.0
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.37.0
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
Expand Down

0 comments on commit 9f89feb

Please sign in to comment.