Skip to content

Commit

Permalink
Mark github.com/ghodss/yaml as requiring external resolution (#281)
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 authored Jul 12, 2024
1 parent e736106 commit 0ce758b
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 0ce758b

Please sign in to comment.