⬆️ Upgrade my-log
This commit is contained in:
parent
a01b77d198
commit
994a10a45c
4 changed files with 9 additions and 9 deletions
4
go.mod
4
go.mod
|
|
@ -3,7 +3,7 @@ module my-log-wynter
|
|||
go 1.26.0
|
||||
|
||||
require (
|
||||
codeberg.org/danjones000/my-log v0.1.1
|
||||
codeberg.org/danjones000/my-log v0.2.0
|
||||
github.com/cyruzin/golang-tmdb v1.9.2
|
||||
github.com/lrstanley/go-ytdlp v1.3.1
|
||||
github.com/spf13/cobra v1.8.0
|
||||
|
|
@ -15,6 +15,7 @@ require (
|
|||
github.com/caarlos0/env/v10 v10.0.0 // indirect
|
||||
github.com/cloudflare/circl v1.6.3 // indirect
|
||||
github.com/elliotchance/pie/v2 v2.7.0 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
||||
github.com/goccy/go-json v0.10.5 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/hablullah/go-hijri v1.0.2 // indirect
|
||||
|
|
@ -23,7 +24,6 @@ require (
|
|||
github.com/jalaali/go-jalaali v0.0.0-20210801064154-80525e88d958 // indirect
|
||||
github.com/magefile/mage v1.14.0 // indirect
|
||||
github.com/markusmobius/go-dateparser v1.2.3 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/tetratelabs/wazero v1.2.1 // indirect
|
||||
github.com/ulikunitz/xz v0.5.15 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue