Skip to content

Commit 623fa55

Browse files
committed
Add missing go.mod
1 parent 16a16f0 commit 623fa55

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/repl/go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/trufae/mai/src/repl
2+
3+
go 1.24
4+
5+
require (
6+
golang.org/x/sys v0.35.0
7+
golang.org/x/term v0.33.0
8+
)

src/repl/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
2+
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
3+
golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=
4+
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=

0 commit comments

Comments
 (0)