Skip to content

Commit

Permalink
Update pkg -> sdk dependency (#9401)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Apr 13, 2022
1 parent 2b0ec39 commit 0931a17
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 @@ -35,7 +35,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.29.0
github.com/pulumi/pulumi/sdk/v3 v3.29.1
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.28.0
github.com/pulumi/pulumi/sdk/v3 v3.29.0
github.com/pulumi/pulumi/pkg/v3 v3.29.1
github.com/pulumi/pulumi/sdk/v3 v3.29.1
github.com/stretchr/testify v1.7.1
google.golang.org/grpc v1.37.0
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
Expand Down

0 comments on commit 0931a17

Please sign in to comment.