Skip to content

Commit cf6e193

Browse files
authored
Add missing license comments in go.mod (#4938)
## Summary - Add license comments for 7 direct dependencies that were missing them (`charmbracelet/huh`, `golang.org/x/{exp,mod,oauth2,sync,sys,text}`) This pull request was AI-assisted by Isaac.
1 parent 0e9de2f commit cf6e193

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/Masterminds/semver/v3 v3.4.0 // MIT
1111
github.com/charmbracelet/bubbles v1.0.0 // MIT
1212
github.com/charmbracelet/bubbletea v1.3.10 // MIT
13-
github.com/charmbracelet/huh v1.0.0
13+
github.com/charmbracelet/huh v1.0.0 // MIT
1414
github.com/charmbracelet/lipgloss v1.1.0 // MIT
1515
github.com/databricks/databricks-sdk-go v0.126.0 // Apache 2.0
1616
github.com/fatih/color v1.19.0 // MIT
@@ -36,12 +36,12 @@ require (
3636
github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a // BSD-3-Clause
3737
go.yaml.in/yaml/v3 v3.0.4 // MIT, Apache 2.0
3838
golang.org/x/crypto v0.49.0 // BSD-3-Clause
39-
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
40-
golang.org/x/mod v0.34.0
41-
golang.org/x/oauth2 v0.36.0
42-
golang.org/x/sync v0.20.0
43-
golang.org/x/sys v0.43.0
44-
golang.org/x/text v0.35.0
39+
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // BSD-3-Clause
40+
golang.org/x/mod v0.34.0 // BSD-3-Clause
41+
golang.org/x/oauth2 v0.36.0 // BSD-3-Clause
42+
golang.org/x/sync v0.20.0 // BSD-3-Clause
43+
golang.org/x/sys v0.43.0 // BSD-3-Clause
44+
golang.org/x/text v0.35.0 // BSD-3-Clause
4545
gopkg.in/ini.v1 v1.67.1 // Apache 2.0
4646
)
4747

0 commit comments

Comments
 (0)