-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (33 loc) · 1.28 KB
/
go.mod
File metadata and controls
37 lines (33 loc) · 1.28 KB
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
30
31
32
33
34
35
36
37
module github.com/refaktor/ryegen
go 1.25.0
replace github.com/pelletier/go-toml/v2 => github.com/xypwn/go-toml/v2 v2.0.0
require (
dario.cat/mergo v1.0.2
github.com/iancoleman/strcase v0.3.0
github.com/pelletier/go-toml/v2 v2.2.4
github.com/stretchr/testify v1.10.0
golang.org/x/tools v0.38.0
)
require (
gioui.org v0.9.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/richardwilkes/toolbox/v2 v2.7.0 // indirect
github.com/richardwilkes/unison v0.90.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/yuin/goldmark v1.7.13 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/image v0.32.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)