]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests/dnstap: add missing protobuf dependency
authorOto Šťáva <oto.stava@nic.cz>
Fri, 22 Apr 2022 05:55:20 +0000 (07:55 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 18 May 2022 13:42:23 +0000 (13:42 +0000)
tests/dnstap/src/dnstap-test/run.sh

index 00f48244fa90b073ff2e137c5646a454ca149578..2f32ea1877d62738b5ccd1bc9607a884f23e398b 100755 (executable)
@@ -11,7 +11,7 @@ if [ -z "$GITLAB_CI" ]; then
        type -P go >/dev/null || exit 77
        echo "Building the dnstap test and its dependencies..."
        # some packages may be missing on the system right now
-       go get github.com/{FiloSottile/gvt,cloudflare/dns,dnstap/golang-dnstap}
+       go get github.com/{FiloSottile/gvt,cloudflare/dns,dnstap/golang-dnstap,golang/protobuf/proto}
 else
        # In CI we've prebuilt dependencies into the default GOPATH.
        # We're in a scratch container, so we just add the dnstap test inside.