Skip to content

Commit

Permalink
fixes missing import for github.com/ibnaleem/gobreach
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem committed Dec 10, 2024
1 parent 2d06032 commit 35757de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
module gosearch

go 1.22.5
go 1.23.3

require gopkg.in/yaml.v3 v3.0.1

require (
github.com/ibnaleem/gobreach v0.0.0-20241210003806-81e3b1678889 // indirect
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/sys v0.27.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
github.com/ibnaleem/gobreach v0.0.0-20241209224324-ea2ab918f0a5 h1:VAN5bPfI+ghTUoV7k/AF9huToTlQWl95u1MnM2e99oU=
github.com/ibnaleem/gobreach v0.0.0-20241209224324-ea2ab918f0a5/go.mod h1:HklHQ03fEuE/IjFFbIDmscgGQIEFrvgZEey30lrNjnM=
github.com/ibnaleem/gobreach v0.0.0-20241210003806-81e3b1678889 h1:rUs4h5hESvKNDoC1zIcWq7fqtsCvjUPaY7gzmn3Djdo=
github.com/ibnaleem/gobreach v0.0.0-20241210003806-81e3b1678889/go.mod h1:HklHQ03fEuE/IjFFbIDmscgGQIEFrvgZEey30lrNjnM=
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3 h1:fO9A67/izFYFYky7l1pDP5Dr0BTCRkaQJUG6Jm5ehsk=
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3/go.mod h1:Ey4uAp+LvIl+s5jRbOHLcZpUDnkjLBROl15fZLwPlTM=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
Expand Down

0 comments on commit 35757de

Please sign in to comment.