-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
24 lines (21 loc) · 799 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/amirrezaask/preditor
go 1.21.3
require (
github.com/davecgh/go-spew v1.1.1
github.com/flopp/go-findfont v0.1.0
github.com/gen2brain/raylib-go/raylib v0.0.0-20231118131254-fed470e4458f
github.com/lithammer/fuzzysearch v1.1.8
github.com/smacker/go-tree-sitter v0.0.0-20231215063300-06670b6cd560
golang.design/x/clipboard v0.7.0
)
require (
github.com/ebitengine/purego v0.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/image v0.6.0 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)