scripts: update import paths in "go.etcd.io/etcd"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2018-08-28 17:32:43 -07:00
parent c69c044026
commit a8a3efd27a
2 changed files with 14 additions and 14 deletions

View File

@@ -13,6 +13,6 @@ go get -v -u github.com/coreos/license-bill-of-materials
echo "generating bill-of-materials.json"
license-bill-of-materials \
--override-file ./bill-of-materials.override.json \
github.com/coreos/etcd github.com/coreos/etcd/etcdctl > bill-of-materials.json
go.etcd.io/etcd go.etcd.io/etcd/etcdctl > bill-of-materials.json
echo "generated bill-of-materials.json"