You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
Description
Remove testify dependency from all SDK modules (configclient, adminclient, configwatcher). Replace with stdlib testing + hand-written mocks.
Testify is only used in test files but appears as a direct dependency in go.mod, which can cause version conflicts in consumers' go.sum.
Acceptance criteria
github.com/stretchr/testifyfrom go.mod in configclient, adminclient, configwatcherassert/requirewith stdlib equivalentstestify/mockwith hand-written mock structsNotes