Skip to content

Commit

Permalink
Update Java dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Apr 20, 2024
1 parent 5611171 commit c20c3d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231
github.com/pulumi/esc v0.6.2
github.com/pulumi/pulumi-java/pkg v0.10.0
github.com/pulumi/pulumi-java/pkg v0.10.1-0.20240420234314-3dd82795b0de
github.com/pulumi/pulumi-yaml v1.6.0
github.com/segmentio/encoding v0.3.5
github.com/shirou/gopsutil/v3 v3.22.3
Expand Down
4 changes: 2 additions & 2 deletions pkg/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1577,8 +1577,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
github.com/pulumi/esc v0.6.2 h1:+z+l8cuwIauLSwXQS0uoI3rqB+YG4SzsZYtHfNoXBvw=
github.com/pulumi/esc v0.6.2/go.mod h1:jNnYNjzsOgVTjCp0LL24NsCk8ZJxq4IoLQdCT0X7l8k=
github.com/pulumi/pulumi-java/pkg v0.10.0 h1:D1i5MiiNrxYr2uJ1szcj1aQwF9DYv7TTsPmajB9dKSw=
github.com/pulumi/pulumi-java/pkg v0.10.0/go.mod h1:xu6UgYtQm+xXOo1/DZNa2CWVPytu+RMkZVTtI7w7ffY=
github.com/pulumi/pulumi-java/pkg v0.10.1-0.20240420234314-3dd82795b0de h1:wtOPuXSBTPlb4rcQx6jzsgB+qF3nnVeALLCbvSwpL54=
github.com/pulumi/pulumi-java/pkg v0.10.1-0.20240420234314-3dd82795b0de/go.mod h1:zmxVFb7IUIddgSToCrYsHUnRYggPwFw4AVTzWFWGIyY=
github.com/pulumi/pulumi-yaml v1.6.0 h1:mb/QkebWXTa1fR+P3ZkCCHGXOYC6iTN8X8By9eNz8xM=
github.com/pulumi/pulumi-yaml v1.6.0/go.mod h1:RyEPo4MhL363sbAiFMVKRsQmXpQPDCY1S8pGv3E6Ij0=
github.com/pulumi/ssh-agent v0.5.1 h1:7DT4FcZNHWBAp9BFI+k0+HeBYGWbJvilJ29ra/4FlRM=
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/grapl-security/pulumi-hcp/sdk v0.1.14
github.com/hexops/autogold v1.3.0
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231
github.com/pulumi/pulumi/pkg/v3 v3.109.0
github.com/pulumi/pulumi/pkg/v3 v3.112.1-0.20240412162127-8ff72bf9fa84
github.com/pulumi/pulumi/sdk/v3 v3.113.3
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.62.1
Expand Down
2 changes: 1 addition & 1 deletion tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3302,7 +3302,7 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
github.com/pulumi/esc v0.6.2 h1:+z+l8cuwIauLSwXQS0uoI3rqB+YG4SzsZYtHfNoXBvw=
github.com/pulumi/esc v0.6.2/go.mod h1:jNnYNjzsOgVTjCp0LL24NsCk8ZJxq4IoLQdCT0X7l8k=
github.com/pulumi/pulumi-java/pkg v0.10.0/go.mod h1:xu6UgYtQm+xXOo1/DZNa2CWVPytu+RMkZVTtI7w7ffY=
github.com/pulumi/pulumi-java/pkg v0.10.1-0.20240420234314-3dd82795b0de/go.mod h1:zmxVFb7IUIddgSToCrYsHUnRYggPwFw4AVTzWFWGIyY=
github.com/pulumi/pulumi-yaml v1.6.0/go.mod h1:RyEPo4MhL363sbAiFMVKRsQmXpQPDCY1S8pGv3E6Ij0=
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=
Expand Down

0 comments on commit c20c3d1

Please sign in to comment.