forked from godot-go/godot-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (25 loc) · 789 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
25
26
27
28
29
module github.com/godot-go/godot-go
go 1.21.4
require (
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v0.0.7
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
)
require (
github.com/CannibalVox/cgoalloc v1.2.1
github.com/alecthomas/participle/v2 v2.0.0
github.com/davecgh/go-spew v1.1.1
github.com/iancoleman/strcase v0.2.0
github.com/stretchr/testify v1.7.0
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
golang.org/x/text v0.12.0
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
go.uber.org/atomic v1.7.0 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)