Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.4

require (
github.com/BurntSushi/toml v1.6.0
github.com/git-pkgs/brief v0.9.2
github.com/git-pkgs/brief v0.9.3
github.com/git-pkgs/managers v0.10.1
github.com/git-pkgs/manifests v0.6.0
github.com/spf13/cobra v1.10.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/bazelbuild/buildtools v0.0.0-20260622120422-77b9b380c0a4/go.mod h1:PL
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/git-pkgs/brief v0.9.2 h1:M5s7QI3BlSqOHmwRn0Vra7oaAN9xUcRsFNmM3IRQRsY=
github.com/git-pkgs/brief v0.9.2/go.mod h1:veslsohdSJM4VfwBD+qiinnofcMJB9PIyMHdC5/Re9w=
github.com/git-pkgs/brief v0.9.3 h1:HSx1GdBazW6LNrp1MkriOL+qSGWvHl29/XNOsQX7qJc=
github.com/git-pkgs/brief v0.9.3/go.mod h1:mXOR1JETww0J+fDm1cZWrqAeUBsbDYVZ0CqodcRaeCA=
github.com/git-pkgs/licensecheck v0.4.1 h1:b5ilmpIpgeeewBFjdhJ4W7jvwPIFsYQ7ujZma7sli6k=
github.com/git-pkgs/licensecheck v0.4.1/go.mod h1:cfFO7yHHPeuXsoODHBWyevajH2yWcbfkIFELyG3ZpU0=
github.com/git-pkgs/managers v0.10.1 h1:T877XtuXoJNweDTMGj1H6AOeVolDO44IvsgDN5jq3Ko=
Expand Down