package.C7-go = {
  interfaces = (0.1);
  scope = brazil;
  build-environment = {
    chroot = basic;
    network-access = blocked;
  };

  build-system = build-c7;

  build-tools = {
    0.1 = {
      GoLang = 1.0;
      BrazilMakeGo = 2.0;
      Antlr = 4.7;
      JDK8 = 1.0;

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

      BrazilGoToolBuilder = 1.0;
    };
  };

  dependencies = {
    0.1 = {
      Go3p-Github-Antlr-Antlr4 = 4.7.x;
    };
  };

  test-dependencies = {
    0.1 = {
      Go3p-Github-Stretchr-Testify = 1.x;
    };
  };
};