package.QuickbeamAdminGoClient = {
    interfaces = (1.0);

    # Use NoOpBuild. See https://w.amazon.com/index.php/BrazilBuildSystem/NoOpBuild
    build-system = coralgo-gen-client;
    build-tools = {
            1.0 = {
            BrazilMakeGo           = 1.1;
            BrazilTools            = 2.2;
            CoralGoGenerator       = 2.4;
            GoLang                 = 1.0;
 
            # Octane generated Coral Model import
            QuickbeamAdminCoralServiceModel = 1.0;
        };    
    };

    # Use runtime-dependencies for when you want to bring in additional
    # packages when deploying.
    # Use dependencies instead if you intend for these dependencies to
    # be exported to other packages that build against you.
    dependencies = {
        1.0 = {
            CoralGoClient = 2.2;
        };
    };

    runtime-dependencies = {
        1.0 = {
        };
    };

};
