# -*-perl-*-

package.TwitchTelemetryStatsdMetricsSender = {
   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;
        };
    };

    dependencies = {
        1.0 = {
            TwitchTelemetry = 1.0;
            Go3p-Github-Cactus-GoStatsdClient = 3.x;
            Go3p-Github-Smartystreets-Goconvey = 1.x;
            TwitchLogging = 1.0;
        };
    };

};
