I am trying to deploy a this custom go chaincode on a fabric sample test-network it fails at getMSPID and gives
undefined: msp.DeserializeIdentity
while running the command
./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-go/ -ccl go -c "testchannel"
Here is my github link for folder structure.The chaincode is present here I am using Linux Mint 21.1, Docker version 24.0.5, Go version 1.18beta