xcaddy
xcaddy copied to clipboard
Enforce compatibility resolution go 1.17 (#111)
Go 1.17 introduced module graph pruning which might cause 'go mod tidy' to fail when it faces two imports of the same module. Pass compatibility version to advice go mod how to resolve module dependencies.