1#!/usr/bin/env bash
2# SPDX-License-Identifier: BSD-3-Clause
3
4function get_deps() {
5
6	echo "no deps"
7}
8