Rename Go module/packages org to poseidon

* Matchbox has moved to a new home in Poseidon
* Update Makefile so container image name uses
poseidon instead of coreos
* Publish container images to quay.io/poseidon/matchbox
This commit is contained in:
Dalton Hubble
2019-05-02 21:56:06 -07:00
parent 5bfcb24003
commit 8a4da0cf7b
50 changed files with 95 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
package main
import "github.com/coreos/matchbox/matchbox/cli"
import "github.com/poseidon/matchbox/matchbox/cli"
func main() {
cli.Execute()