Skip to content

Commit

Permalink
Mark github.com/ghodss/yaml as requiring external resolution
Browse files Browse the repository at this point in the history
Without this, builds that use strict Go dependencies may fail because
the generated build file is not complete.
  • Loading branch information
shs96c committed Jun 18, 2024
1 parent f6b2319 commit f47df5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/go/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def go_deps():
importpath = "github.com/ghodss/yaml",
sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=",
version = "v1.0.0",
build_external = "external",
)
go_repository(
name = "com_github_godbus_dbus_v5",
Expand Down

0 comments on commit f47df5e

Please sign in to comment.