Skip to content

Commit

Permalink
Merge pull request #21 from mihaitodor/fix-build
Browse files Browse the repository at this point in the history
Fix build on Go 1.18
  • Loading branch information
evanmiller authored Apr 14, 2022
2 parents b639fbf + a36b1da commit db740a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
module github.com/evanmiller/hecate

go 1.18

require (
github.com/edsrzf/mmap-go v1.0.0
github.com/mattn/go-runewidth v0.0.4
github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61
golang.org/x/sys v0.0.0-20190108104531-7fbe1cd0fcc2 // indirect
)

require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61 h1:pEzZYac/uQ4cgaN1
github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61/go.mod h1:IuKpRQcYE1Tfu+oAQqaLisqDeXgjyyltCfsaoYN18NQ=
golang.org/x/sys v0.0.0-20190108104531-7fbe1cd0fcc2 h1:ku9Kvp2ZBWAz3GyvuUH3UV1bZCd7RxH0Qf1epWfIDKc=
golang.org/x/sys v0.0.0-20190108104531-7fbe1cd0fcc2/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad h1:ntjMns5wyP/fN65tdBD4g8J5w8n015+iIIs9rtjXkY0=
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit db740a7

Please sign in to comment.