Skip to content

Commit

Permalink
Re-add dropped sdk/go.mod and update to latest pu/pu (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone authored Oct 20, 2022
1 parent 8bc9e41 commit 69f1ab2
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 6 deletions.
4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.4.3
github.com/pkg/errors v0.9.1
github.com/pulumi/pulumi/pkg/v3 v3.42.0
github.com/pulumi/pulumi/sdk/v3 v3.42.0
github.com/pulumi/pulumi/pkg/v3 v3.43.1
github.com/pulumi/pulumi/sdk/v3 v3.43.1
github.com/stretchr/testify v1.8.0
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
google.golang.org/api v0.91.0
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1452,10 +1452,10 @@ github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
github.com/prometheus/prometheus v0.35.0/go.mod h1:7HaLx5kEPKJ0GDgbODG0fZgXbQ8K/XjZNJXQmbmgQlY=
github.com/prometheus/prometheus v0.37.0/go.mod h1:egARUgz+K93zwqsVIAneFlLZefyGOON44WyAp4Xqbbk=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/pulumi/pulumi/pkg/v3 v3.42.0 h1:r8H+xHm7dgUI3zzvlUWgMKiUIOwahA7//nTyLZv0ujI=
github.com/pulumi/pulumi/pkg/v3 v3.42.0/go.mod h1:613f45hSUcSIc7Z3XpSyzFLk+SHZcE8tdffbs3D0xYY=
github.com/pulumi/pulumi/sdk/v3 v3.42.0 h1:S1e1dBo5BLCMtp6AYsE08USwEKMgZNe9oAOL74OjKFA=
github.com/pulumi/pulumi/sdk/v3 v3.42.0/go.mod h1:N5jL+cw5KiOeMn9bwvRuPQEAhbE3KPq2wSb/Kw+6HuY=
github.com/pulumi/pulumi/pkg/v3 v3.43.1 h1:iSZUZQwRtg+gEO7VUEnwntSA7eTgfyUb0ME+vnJ4x6M=
github.com/pulumi/pulumi/pkg/v3 v3.43.1/go.mod h1:Qw53+WzwFFYfuig8mK5p9rcqWOFGM/YUW3Gq0xc30Po=
github.com/pulumi/pulumi/sdk/v3 v3.43.1 h1:JH+al/6zK2A7SWQ6z2HlLKq223xnPE+oGJfaOJtqzlc=
github.com/pulumi/pulumi/sdk/v3 v3.43.1/go.mod h1:N5jL+cw5KiOeMn9bwvRuPQEAhbE3KPq2wSb/Kw+6HuY=
github.com/rakyll/embedmd v0.0.0-20171029212350-c8060a0752a2/go.mod h1:7jOTMgqac46PZcF54q6l2hkLEG8op93fZu61KmxWDV4=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
Expand Down
9 changes: 9 additions & 0 deletions sdk/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 69f1ab2

Please sign in to comment.