Skip to content

Commit

Permalink
Add missing licences to third party go dependencies (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpangleLabs authored Aug 8, 2024
1 parent 165246c commit 8ce8ef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/go/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ go_module(
install = ["..."],
module = "github.com/peterebden/go-cli-init/v5",
version = "v5.1.0",
licences = ["Apache-2.0"],
visibility = ["PUBLIC"],
deps = [
":go-flags",
Expand Down Expand Up @@ -125,5 +126,6 @@ go_module(
name = "xsys",
install = ["..."],
module = "golang.org/x/sys",
licences = ["BSD-3-Clause"],
version = "v0.0.0-20210823070655-63515b42dcdf",
)

0 comments on commit 8ce8ef7

Please sign in to comment.