28 lines
		
	
	
		
			865 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			865 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
module novit.tech/direktil/inits
 | 
						|
 | 
						|
go 1.21
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/antage/mntent v0.0.0-20141129103236-834970000c6c
 | 
						|
	github.com/fsnotify/fsnotify v1.7.0
 | 
						|
	github.com/go-ping/ping v1.1.0
 | 
						|
	github.com/rs/zerolog v1.31.0
 | 
						|
	github.com/spf13/cobra v1.8.0
 | 
						|
	novit.tech/direktil/pkg v0.0.0-20240120131645-39b9b401ba38
 | 
						|
)
 | 
						|
 | 
						|
require (
 | 
						|
	github.com/google/uuid v1.5.0 // indirect
 | 
						|
	github.com/inconshreveable/mousetrap v1.1.0 // indirect
 | 
						|
	github.com/kr/pretty v0.1.0 // indirect
 | 
						|
	github.com/mattn/go-colorable v0.1.13 // indirect
 | 
						|
	github.com/mattn/go-isatty v0.0.20 // indirect
 | 
						|
	github.com/spf13/pflag v1.0.5 // indirect
 | 
						|
	github.com/ulikunitz/xz v0.5.11 // indirect
 | 
						|
	golang.org/x/net v0.20.0 // indirect
 | 
						|
	golang.org/x/sync v0.6.0 // indirect
 | 
						|
	golang.org/x/sys v0.16.0 // indirect
 | 
						|
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
 | 
						|
	gopkg.in/yaml.v2 v2.4.0 // indirect
 | 
						|
)
 |