mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 08:29:33 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			475 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			475 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/OpenIMSDK/Open-IM-Server/tools/imctl
 | |
| 
 | |
| go 1.18
 | |
| 
 | |
| require (
 | |
| 	github.com/MakeNowJust/heredoc/v2 v2.0.1
 | |
| 	github.com/mitchellh/go-wordwrap v1.0.1
 | |
| 	github.com/moby/term v0.5.0
 | |
| 	github.com/russross/blackfriday v1.6.0
 | |
| 	github.com/spf13/cobra v1.7.0
 | |
| 	github.com/spf13/pflag v1.0.5
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
 | |
| 	github.com/inconshreveable/mousetrap v1.1.0 // indirect
 | |
| 	golang.org/x/sys v0.1.0 // indirect
 | |
| )
 |