the go.mod: ``` cat go.mod module xxxxxxxxxxxxxxx...
# golang
s
the go.mod:
Copy code
cat go.mod 
module xxxxxxxxxxxxxxxxxxxx

go 1.21

toolchain go1.21.11

require (
        <http://github.com/pulumi/pulumi-awsx/sdk/v2|github.com/pulumi/pulumi-awsx/sdk/v2> v2.12.1
        <http://github.com/pulumi/pulumi/sdk/v3|github.com/pulumi/pulumi/sdk/v3> v3.119.0
)