Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jan 28, 2025
1 parent 2358875 commit bf21b0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.8
require (
github.com/ProtonMail/go-crypto v1.0.0
github.com/essentialkaos/check v1.4.1
github.com/essentialkaos/ek/v13 v13.15.9
github.com/essentialkaos/ek/v13 v13.15.10
github.com/klauspost/compress v1.17.11
github.com/mattn/go-sqlite3 v1.14.24
github.com/sassoftware/go-rpmutils v0.4.0
Expand All @@ -16,7 +16,7 @@ require (
github.com/DataDog/zstd v1.5.6 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/essentialkaos/depsy v1.3.1 // indirect
github.com/essentialkaos/go-linenoise/v3 v3.6.1 // indirect
github.com/essentialkaos/go-linenoise/v3 v3.7.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ github.com/essentialkaos/depsy v1.3.1 h1:00k9QcMsdPM4IzDaEFHsTHBD/zoM0oxtB5+dMUw
github.com/essentialkaos/depsy v1.3.1/go.mod h1:B5+7Jhv2a2RacOAxIKU2OeJp9QfZjwIpEEPI5X7auWM=
github.com/essentialkaos/ek/v13 v13.15.9 h1:KQriNpaq6moAWE9JFb+wBCFghe4ELPJ4ziODfy46xxE=
github.com/essentialkaos/ek/v13 v13.15.9/go.mod h1:YAkv7Mt856nJUQmi+/w1xxXwAR9C2/zQRJ9WNi2kOnE=
github.com/essentialkaos/ek/v13 v13.15.10 h1:HKqi64ApJ233TPwhvyRwfxEd42CrTzhm/KMhKwsrI1I=
github.com/essentialkaos/ek/v13 v13.15.10/go.mod h1:NgqAK8xjlRX1WBj8xJnGWiHoIE4h6oU9U5I5BtwKIcU=
github.com/essentialkaos/go-linenoise/v3 v3.6.1 h1:VzjakaWNAPfattl/HSIJveWYpfrxAYHzUl8u6DdOjtY=
github.com/essentialkaos/go-linenoise/v3 v3.6.1/go.mod h1:hpxke5G2eXvFhVnDAiGU9ArH3MTDGGc13afObIbuaJQ=
github.com/essentialkaos/go-linenoise/v3 v3.7.0 h1:a/DzU6GFBmrKJxNAzaYbLGN6yFnIMIFaWxvSWmeCEp0=
github.com/essentialkaos/go-linenoise/v3 v3.7.0/go.mod h1:IhOWE0rvvu3aPmGko/C4SoZdhbko9eTuwe5yyw7/uQ8=
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
Expand Down

0 comments on commit bf21b0c

Please sign in to comment.