feat: bump posh

This commit is contained in:
Kevin Franklin Kim 2024-12-06 14:19:32 +01:00
parent b28dcdb6d2
commit 05930f3f08
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

2
go.mod
View File

@ -15,6 +15,7 @@ require (
github.com/golang-migrate/migrate/v4 v4.18.1
github.com/google/go-github/v47 v47.1.0
github.com/joho/godotenv v1.5.1
github.com/mitchellh/mapstructure v1.5.0
github.com/muesli/go-app-paths v0.2.2
github.com/pkg/errors v0.9.1
github.com/pterm/pterm v0.12.80
@ -56,7 +57,6 @@ require (
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/neilotoole/slogt v1.1.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect

3
go.sum
View File

@ -40,8 +40,7 @@ github.com/dlclark/regexp2 v1.4.0 h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E
github.com/dlclark/regexp2 v1.4.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/foomo/posh v0.8.2 h1:w5tDmA3Kr+UjsAOPHbwhgSJN9GXXSQIjJ0NgI1FKxjY=
github.com/foomo/posh v0.8.2/go.mod h1:pRPJqEBrgHi4FEVpfdHRzZDy4RxZkMMhFfiVdfr55tU=
github.com/foomo/posh v0.8.3 h1:8UZiAthz170b8ncYqViJ7KOwl8Xj7gYRh63+hQO+SuQ=
github.com/foomo/posh v0.8.3/go.mod h1:5OvRPVeMph7BeUcpfvHkZzGDdjKPXNGfUXQFqvhU1OQ=
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=