Skip to content

Commit

Permalink
Update pulumi-trace-tool to v0.0.1 (#1606)
Browse files Browse the repository at this point in the history
The motivation is to land
pulumi/pulumi-trace-tool@ddfac4d
improvement in metrics.

Looks like `go mod tidy` also updates the Go toolchain.
  • Loading branch information
t0yv0 authored Mar 1, 2024
1 parent 1a2553e commit 8d4d203
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 390 deletions.
8 changes: 5 additions & 3 deletions misc/test/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module github.com/pulumi/examples/misc/test

go 1.20
go 1.21

toolchain go1.21.5

require (
github.com/aws/aws-sdk-go v1.49.0
github.com/aws/aws-sdk-go v1.49.16
github.com/mitchellh/go-homedir v1.1.0
github.com/pulumi/pulumi-trace-tool v0.0.0-20220818154825-5db04013ec98
github.com/pulumi/pulumi-trace-tool v0.0.1
github.com/pulumi/pulumi/pkg/v3 v3.107.0
github.com/pulumi/pulumi/sdk/v3 v3.107.0
github.com/stretchr/testify v1.8.4
Expand Down
Loading

0 comments on commit 8d4d203

Please sign in to comment.