mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 23:57:14 +08:00
83a06019be
Allows us to remove EmbeddedAliasFields, recordedObjectString, and all the logic around using them. Resolves an issue where a user was running into a panic in our logic to record embedded aliases. Note that this means we require Go 1.23.5 or later now, which also meant some changes to goversion.txtar to keep it green. Fixes #827.