# -*-perl-*-

package.TwitchTelemetryPollingCollector = {
   interfaces = (1.0);

    deploy = {
        generic = true;
        map = (default, "-gopath/src/**", "-gopath/pkg/**");
    };

    build-system = bgo-wrap-make;
    build-tools = {
        1.0 = {
            BrazilMakeGo = 2.0;
            GoLang = 1.0;

            Go3p-Github-Alecthomas-GoMetaLinter = 2.x;
            Go3p-Github-Kisielk-Errcheck = 1.x;
            Go3p-Golang-X-Lint-Golint = 0.x;
        };
    };

    dependencies = {
        1.0 = {
            TwitchTelemetry = 1.0;
            TwitchLogging = 1.0;
        };
    };

    test-dependencies = {
        1.0 = {
            Go3p-Github-Smartystreets-Goconvey = 1.x;
        };
    };
};
