module found but does not contain package in golang

Viewed 33

why I am getting below error? desptite that the github link is correct and the pointed path github.com/o-ran-sc/ric-plt-xapp-frame/tree/master/pkg/clientapi/common exists. is there something missing in that "common" dir of github source? I am using go version 1.18

/home/ravi/oran/xapp-frame>go get -v  github.com/o-ran-sc/ric-plt-xapp-frame/tree/master/pkg/clientapi/common
go: module github.com/o-ran-sc/ric-plt-xapp-frame@upgrade found (v0.9.14), but does not contain package github.com/o-ran-sc/ric-plt-xapp-frame/tree/master/pkg/clientapi/common
0 Answers
Related