triggermesh / tm

TriggerMesh CLI to work with knative objects
https://triggermesh.com
Apache License 2.0
84 stars 15 forks source link

Go modules update #191

Closed tzununbekov closed 4 years ago

tzununbekov commented 4 years ago

Missing modules added so that go get github.com/triggermesh/tm should work closes #190

antoineco commented 4 years ago

Reason for closing, quoting @tzununbekov:

replace directives have no effect outside of your own module, so if you invoke go get outside of your own module, they have no effect.

-this is why go get for tm CLI doesn't work https://github.com/golang/go/issues/30354