Michael Zalimeni 905e371607
[NET-5146] security: Update Go version to 1.20.7 and x/net to 0.13.0 (#18358)
* Update Go version to 1.20.7

This resolves [CVE-2023-29409]
(https://nvd.nist.gov/vuln/detail/CVE-2023-29409)(`crypto/tls`).

* Bump golang.org/x/net to 0.13.0

Addresses [CVE-2023-3978](https://nvd.nist.gov/vuln/detail/CVE-2023-3978)
for security scans (non-impacting).
2023-08-02 13:10:29 -04:00

16 lines
454 B
Modula-2

module test-sds-server
go 1.16
require (
github.com/envoyproxy/go-control-plane v0.11.0
github.com/fatih/color v1.14.1 // indirect
github.com/hashicorp/consul v1.15.2
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/stretchr/testify v1.8.3 // indirect
golang.org/x/net v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.55.0
)