-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 724 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/glojurelang/glojure
go 1.24
require (
bitbucket.org/pcastools/hash v1.0.5
github.com/chzyer/readline v1.5.1
github.com/kylelemons/godebug v1.1.0
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/modern-go/gls v0.0.0-20220109145502-612d0167dce5
github.com/stretchr/testify v1.8.1
go4.org/intern v0.0.0-20220617035311-6925f38cc365
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)