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
* refactor: drop hashstructure dependency
hashstructure was archived and it is no longer maintained
we are only using the library to hash a slice of strings,
implement the logic in a custom method and drop the library
* lint: update notice
* test: verify custom hash function is equivalent to hashstructure lib
0 commit comments