init
This commit is contained in:
		
							parent
							
								
									2dbdb5eeb1
								
							
						
					
					
						commit
						07dc11c46c
					
				
							
								
								
									
										8
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										8
									
								
								go.mod
								
								
								
								
							|  | @ -6,3 +6,11 @@ go 1.18 | ||||||
| //	git.hpds.cc/Component/mq_coder/encoding latest => target mq_coder/encoding | //	git.hpds.cc/Component/mq_coder/encoding latest => target mq_coder/encoding | ||||||
| //	git.hpds.cc/Component/mq_coder/spec latest => target mq_coder/spec | //	git.hpds.cc/Component/mq_coder/spec latest => target mq_coder/spec | ||||||
| //) | //) | ||||||
|  | 
 | ||||||
|  | require github.com/stretchr/testify v1.8.0 | ||||||
|  | 
 | ||||||
|  | require ( | ||||||
|  | 	github.com/davecgh/go-spew v1.1.1 // indirect | ||||||
|  | 	github.com/pmezard/go-difflib v1.0.0 // indirect | ||||||
|  | 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||||
|  | ) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue