File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ Key to symbols
1515- 😒 change is invisible to the user
1616- 🆕 new feature
1717
18+ ## v0.29.1
19+
20+ _ release ` 2025.10.28 ` _
21+
22+ - 😒 update build dependencies.
23+
1824## v0.29.0
1925
2026_ release ` 2025.10.28 ` _
Original file line number Diff line number Diff line change 44
55require (
66 github.com/adrg/xdg v0.5.3
7- github.com/majohn-r/output v0.9.4
7+ github.com/majohn-r/output v0.10.0
88 github.com/mattn/go-isatty v0.0.20
99 github.com/spf13/afero v1.15.0
1010 github.com/spf13/pflag v1.0.10
@@ -14,6 +14,7 @@ require (
1414)
1515
1616require (
17+ github.com/google/go-cmp v0.7.0 // indirect
1718 github.com/lestrrat-go/strftime v1.1.1 // indirect
1819 golang.org/x/text v0.30.0 // indirect
1920)
Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ github.com/adrg/xdg v0.5.3/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ
33github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
44github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
55github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 /go.mod h1:Gdwt2ce0yfBxPvZrHkprdPPTTS3N5rwmLE8T22KBXlw =
6+ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
7+ github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
68github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 /go.mod h1:cJ6Cj7dQo+O6GJNiMx+Pa94qKj+TG8ONdKHgMNIyyag =
79github.com/lestrrat-go/envload v0.0.0-20180220234015-a3eb8ddeffcc h1:RKf14vYWi2ttpEmkA4aQ3j4u9dStX2t4M8UM6qqNsG8 =
810github.com/lestrrat-go/envload v0.0.0-20180220234015-a3eb8ddeffcc /go.mod h1:kopuH9ugFRkIXf3YoqHKyrJ9YfUFsckUU9S7B+XP+is =
911github.com/lestrrat-go/strftime v0.0.0-20180220091553-9948d03c6207 /go.mod h1:RMlXygAD3c48Psmr06d2G75L4E4xxzxkIe/+ppX9eAU =
1012github.com/lestrrat-go/strftime v1.1.1 h1:zgf8QCsgj27GlKBy3SU9/8MMgegZ8UCzlCyHYrUF0QU =
1113github.com/lestrrat-go/strftime v1.1.1 /go.mod h1:YDrzHJAODYQ+xxvrn5SG01uFIQAeDTzpxNVppCz7Nmw =
1214github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 /go.mod h1:BLt8L9ld7wVsvEWQbuLrUZnCMnUmLZ+CGDzKtclrTlE =
13- github.com/majohn-r/output v0.9.4 h1:jsy8YwLFdpLXPlzT6+Igq3LNDcmYuHlq5iJ4OMLcmWw =
14- github.com/majohn-r/output v0.9.4 /go.mod h1:L+KuEj02EaNNH4ysKVQ7qMr28ruOU7t6td1DosuXchg =
15+ github.com/majohn-r/output v0.10.0 h1:pjHguUQUhgBwVhpu3bNYLJSejdqPmXy+h9vhnX36XwE =
16+ github.com/majohn-r/output v0.10.0 /go.mod h1:D2jdzZrKzEHl1q7kRXtIawPNAaa6nZxPt0PvJluCn+4 =
1517github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
1618github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
1719github.com/pkg/errors v0.8.1-0.20180311214515-816c9085562c /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments