Files
Chris Evich 8f66f7017f Adjust x/text, x/tools, and x/net versions
Commits f34c272 and d25cb5f upgraded these modules along with
`golang.org/x/crypto`.  PR #25624 subsequently downgraded the
crypto module but missed rolling back these other changes to
Unfortunately the newer versions of these other modules fall
between the differences from Fedora to RHEL, so CI missed
their RHEL incompatibility.  Under RHEL podman fails to
compile with the error:

```
_build/src/github.com/containers/podman/vendor/golang.org/x/net/http2/transport.go:1109:13:
tc.NetConn undefined (type *tls.Conn has no field or method NetConn)
```

Rollback `x/text` -> `v0.15.0`, which then through
`make vendor` pulls in adjustments to `x/tools` and `x/net`. Though
the versions are still newer than what they were prior to
f34c272/d25cb5f, so as far as podman releases go, they're actually
newer than what was available previously.

Manually tested on both RHEL 9.0 & 8.6

Signed-off-by: Chris Evich <cevich@redhat.com>
2025-03-24 09:01:12 -04:00
..