33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module zworld
 | |
| 
 | |
| go 1.21.6
 | |
| 
 | |
| require (
 | |
| 	github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240108052320-294b0144ba39
 | |
| 	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
 | |
| 	github.com/mitchellh/hashstructure/v2 v2.0.2
 | |
| 	github.com/ojrac/opensimplex-go v1.0.2
 | |
| 	github.com/onsi/ginkgo/v2 v2.14.0
 | |
| 	github.com/onsi/gomega v1.30.0
 | |
| 	github.com/qmuntal/gltf v0.24.2
 | |
| 	github.com/vkngwrapper/core/v2 v2.2.1
 | |
| 	github.com/vkngwrapper/extensions/v2 v2.2.0
 | |
| 	golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
 | |
| 	golang.org/x/image v0.15.0
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/CannibalVox/cgoparam v1.1.0 // indirect
 | |
| 	github.com/go-logr/logr v1.3.0 // indirect
 | |
| 	github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
 | |
| 	github.com/google/go-cmp v0.6.0 // indirect
 | |
| 	github.com/google/pprof v0.0.0-20230728192033-2ba5b33183c6 // indirect
 | |
| 	github.com/google/uuid v1.3.0 // indirect
 | |
| 	github.com/pkg/errors v0.9.1 // indirect
 | |
| 	golang.org/x/net v0.20.0 // indirect
 | |
| 	golang.org/x/sys v0.16.0 // indirect
 | |
| 	golang.org/x/text v0.14.0 // indirect
 | |
| 	golang.org/x/tools v0.17.0 // indirect
 | |
| 	gopkg.in/yaml.v3 v3.0.1 // indirect
 | |
| )
 |