trying the go mod replace command with a v0.0.1 for my forked repo

This commit is contained in:
magiusdarrigo 2022-10-27 12:56:14 -05:00
parent aa0a11286d
commit d51f7a4d17

2
go.mod
View file

@ -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