You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			29 lines
		
	
	
		
			998 B
		
	
	
	
		
			Modula-2
		
	
			
		
		
	
	
			29 lines
		
	
	
		
			998 B
		
	
	
	
		
			Modula-2
		
	
module rgb
 | 
						|
 | 
						|
go 1.21.2
 | 
						|
 | 
						|
toolchain go1.21.6
 | 
						|
 | 
						|
require (
 | 
						|
	gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v1.0.0
 | 
						|
	github.com/disintegration/imaging v1.6.2
 | 
						|
	github.com/eclipse/paho.mqtt.golang v1.5.0
 | 
						|
	github.com/fogleman/gg v1.3.0
 | 
						|
)
 | 
						|
 | 
						|
require (
 | 
						|
	dmitri.shuralyov.com/gpu/mtl v0.0.0-20221208032759-85de2813cf6b // indirect
 | 
						|
	github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
 | 
						|
	github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
 | 
						|
	github.com/gorilla/websocket v1.5.3 // indirect
 | 
						|
	github.com/jezek/xgb v1.1.0 // indirect
 | 
						|
	golang.org/x/exp/shiny v0.0.0-20231006140011-7918f672742d // indirect
 | 
						|
	golang.org/x/image v0.13.0 // indirect
 | 
						|
	golang.org/x/mobile v0.0.0-20231006135142-2b44d11868fe // indirect
 | 
						|
	golang.org/x/net v0.27.0 // indirect
 | 
						|
	golang.org/x/sync v0.7.0 // indirect
 | 
						|
	golang.org/x/sys v0.22.0 // indirect
 | 
						|
)
 | 
						|
 | 
						|
//replace gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v0.0.0-20220709235716-bf87ebdb3e55 => /usr/src/app
 |