Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed Apr 8, 2024
1 parent acd0663 commit f2add88
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/go_aws_ssh/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.21.0
github.com/pulumi/pulumi/sdk/v3 v3.104.2
github.com/wttech/pulumi-aem/sdk v0.0.0-20240407231541-e8f603a95e6b
github.com/wttech/pulumi-aem/sdk v0.9.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions examples/go_aws_ssh/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaO
github.com/uber/jaeger-client-go v2.30.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk=
github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=
github.com/uber/jaeger-lib v2.4.1+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
github.com/wttech/pulumi-aem/sdk v0.0.0-20240407231541-e8f603a95e6b h1:zEVF8ximFfa+nqjIVZGOlQeg7OzQNVa6mIiEOWxFQJk=
github.com/wttech/pulumi-aem/sdk v0.0.0-20240407231541-e8f603a95e6b/go.mod h1:bLqhv6ocsTED27YdraFgaeBfnSIac0yYT7bfHXobVew=
github.com/wttech/pulumi-aem/sdk v0.9.1 h1:WmqKId9nMgQrULEmDqTLi0QKiY1OCFBEKwNAbi+qNPk=
github.com/wttech/pulumi-aem/sdk v0.9.1/go.mod h1:bLqhv6ocsTED27YdraFgaeBfnSIac0yYT7bfHXobVew=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down
2 changes: 1 addition & 1 deletion examples/go_aws_ssm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.21.0
github.com/pulumi/pulumi/sdk/v3 v3.104.2
github.com/wttech/pulumi-aem/sdk v0.0.0-20240407231541-e8f603a95e6b
github.com/wttech/pulumi-aem/sdk v0.9.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions examples/go_aws_ssm/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaO
github.com/uber/jaeger-client-go v2.30.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk=
github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=
github.com/uber/jaeger-lib v2.4.1+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
github.com/wttech/pulumi-aem/sdk v0.0.0-20240407231541-e8f603a95e6b h1:zEVF8ximFfa+nqjIVZGOlQeg7OzQNVa6mIiEOWxFQJk=
github.com/wttech/pulumi-aem/sdk v0.0.0-20240407231541-e8f603a95e6b/go.mod h1:bLqhv6ocsTED27YdraFgaeBfnSIac0yYT7bfHXobVew=
github.com/wttech/pulumi-aem/sdk v0.9.1 h1:WmqKId9nMgQrULEmDqTLi0QKiY1OCFBEKwNAbi+qNPk=
github.com/wttech/pulumi-aem/sdk v0.9.1/go.mod h1:bLqhv6ocsTED27YdraFgaeBfnSIac0yYT7bfHXobVew=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down
2 changes: 1 addition & 1 deletion examples/go_bare_metal/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/pulumi/pulumi/sdk/v3 v3.104.2
github.com/wttech/pulumi-aem/sdk v0.0.0-20240407231541-e8f603a95e6b
github.com/wttech/pulumi-aem/sdk v0.9.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions examples/go_bare_metal/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaO
github.com/uber/jaeger-client-go v2.30.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk=
github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=
github.com/uber/jaeger-lib v2.4.1+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
github.com/wttech/pulumi-aem/sdk v0.0.0-20240407231541-e8f603a95e6b h1:zEVF8ximFfa+nqjIVZGOlQeg7OzQNVa6mIiEOWxFQJk=
github.com/wttech/pulumi-aem/sdk v0.0.0-20240407231541-e8f603a95e6b/go.mod h1:bLqhv6ocsTED27YdraFgaeBfnSIac0yYT7bfHXobVew=
github.com/wttech/pulumi-aem/sdk v0.9.1 h1:WmqKId9nMgQrULEmDqTLi0QKiY1OCFBEKwNAbi+qNPk=
github.com/wttech/pulumi-aem/sdk v0.9.1/go.mod h1:bLqhv6ocsTED27YdraFgaeBfnSIac0yYT7bfHXobVew=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit f2add88

Please sign in to comment.