28 lines
		
	
	
		
			872 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			872 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module git.rouggy.com/rouggy/FlexDXCluster
 | 
						|
 | 
						|
go 1.23.1
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/go-sql-driver/mysql v1.9.3
 | 
						|
	github.com/mattn/go-sqlite3 v1.14.23
 | 
						|
	github.com/sirupsen/logrus v1.9.3
 | 
						|
	github.com/x-cray/logrus-prefixed-formatter v0.5.2
 | 
						|
	gopkg.in/yaml.v2 v2.4.0
 | 
						|
)
 | 
						|
 | 
						|
require (
 | 
						|
	filippo.io/edwards25519 v1.1.0 // indirect
 | 
						|
	github.com/fsnotify/fsnotify v1.9.0 // indirect
 | 
						|
	github.com/google/uuid v1.6.0 // indirect
 | 
						|
	github.com/gorilla/mux v1.8.1 // indirect
 | 
						|
	github.com/gorilla/websocket v1.5.3 // indirect
 | 
						|
	github.com/mattn/go-colorable v0.1.13 // indirect
 | 
						|
	github.com/mattn/go-isatty v0.0.16 // indirect
 | 
						|
	github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
 | 
						|
	github.com/onsi/ginkgo v1.16.5 // indirect
 | 
						|
	github.com/onsi/gomega v1.35.1 // indirect
 | 
						|
	golang.org/x/crypto v0.27.0 // indirect
 | 
						|
	golang.org/x/sys v0.26.0 // indirect
 | 
						|
	golang.org/x/term v0.24.0 // indirect
 | 
						|
)
 |