trying the go mod replace command with a v0.0.1 for my forked repo
This commit is contained in:
parent
aa0a11286d
commit
d51f7a4d17
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -48,3 +48,5 @@ require (
|
|||
google.golang.org/protobuf v1.27.1 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||||
)
|
||||
|
||||
replace github.com/vmware/vmware-go-kcl-v2 => github.com/magiusdarrigo/vmware-go-kcl-v2 v0.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue