Skip to content

Commit

Permalink
Merge pull request #445 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Fix depsy dependency
  • Loading branch information
andyone authored Mar 20, 2024
2 parents e427dfb + 88efaef commit 5285101
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ek.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ package ek
import (
"golang.org/x/crypto/bcrypt"

"github.com/essentialkaos/depsy"
"github.com/essentialkaos/go-linenoise/v3"
)

Expand All @@ -27,5 +28,6 @@ const VERSION = "12.108.0"
// worthless is used as dependency fix
func worthless() {
linenoise.Clear()
depsy.Extract(nil, false)
bcrypt.Cost(nil)
}
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.18

require (
github.com/essentialkaos/check v1.4.0
github.com/essentialkaos/depsy v1.1.0
github.com/essentialkaos/go-linenoise/v3 v3.4.0
golang.org/x/crypto v0.21.0
golang.org/x/sys v0.18.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/essentialkaos/check v1.4.0 h1:kWdFxu9odCxUqo1NNFNJmguGrDHgwi3A8daXX1nkuKk=
github.com/essentialkaos/check v1.4.0/go.mod h1:LMKPZ2H+9PXe7Y2gEoKyVAwUqXVgx7KtgibfsHJPus0=
github.com/essentialkaos/depsy v1.1.0 h1:U6dp687UkQwXlZU17Hg2KMxbp3nfZAoZ8duaeUFYvJI=
github.com/essentialkaos/depsy v1.1.0/go.mod h1:kpiTAV17dyByVnrbNaMcZt2jRwvuXClUYOzpyJQwtG8=
github.com/essentialkaos/go-linenoise/v3 v3.4.0 h1:g72w8x+/HIwOMBVvNaPYp+wMWVHrYZwzFAF7OfZR5Ts=
github.com/essentialkaos/go-linenoise/v3 v3.4.0/go.mod h1:t1kNLY2bSMQCy1JXOefD2BDLs/TTPMtTv3DFNV5uDSI=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
Expand Down

0 comments on commit 5285101

Please sign in to comment.