Rename module to reflect its new location

Change-Id: I5c8c524c4d3f569b21b5b829722b3c49952cb0ab
This commit is contained in:
Ian Howell
2019-06-25 16:31:11 -05:00
parent d6b06a8787
commit 6e41a56a7d
11 changed files with 22 additions and 22 deletions

View File

@@ -66,6 +66,6 @@ docs:
.PHONY: update-golden
update-golden: TESTFLAGS += -update -v
update-golden: PKG = github.com/ian-howell/airshipctl/cmd/...
update-golden: PKG = opendev.org/airship/airshipctl/cmd/...
update-golden:
@GO111MODULE=on go test $(PKG) $(TESTFLAGS)