1name: "rules_go" 2description: 3 "Bazel build rules for building Go code" 4 5third_party { 6 url { 7 type: HOMEPAGE 8 value: "https://github.com/bazelbuild/rules_go" 9 } 10 url { 11 type: GIT 12 value: "https://github.com/bazelbuild/rules_go" 13 } 14 version: "v0.39.1" 15 last_upgrade_date { year: 2023 month: 6 day: 13 } 16 license_type: NOTICE 17} 18