Upgraded Go and some of the vendor modules.

This commit is contained in:
James Wells 2022-06-09 12:57:12 -07:00
parent d5ac24bb26
commit 42623f63c6
Signed by: jwells
GPG key ID: 73196D10B8E65666
5 changed files with 178 additions and 9 deletions

View file

@ -29,6 +29,8 @@
"GitHub.copilot",
"GitHub.vscode-pull-request-github",
"wholroyd.hcl",
"GitHub.vscode-pull-request-github",
"hashicorp.terraform"
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.
@ -38,17 +40,17 @@
// Use 'portsAttributes' to set default properties for specific forwarded ports. More info: https://code.visualstudio.com/docs/remote/devcontainerjson-reference.
"portsAttributes": {
"9101": {
"label": "Prometheus",
"label": "Prometheus"
},
"35570": {
"label": "Router To Router",
"label": "Router To Router"
},
"35571": {
"label": "Worker To Router",
"label": "Worker To Router"
},
"35572": {
"label": "Client To Router",
},
"label": "Client To Router"
}
},
// Use 'otherPortsAttributes' to configure any ports that aren't configured using 'portsAttributes'.