1、修改bug
This commit is contained in:
		
							parent
							
								
									9403c4d01e
								
							
						
					
					
						commit
						47b7490878
					
				
							
								
								
									
										12
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										12
									
								
								go.mod
								
								
								
								
							|  | @ -3,7 +3,7 @@ module git.hpds.cc/pavement/hpds_node | |||
| go 1.19 | ||||
| 
 | ||||
| require ( | ||||
| 	git.hpds.cc/Component/network v0.0.0-20230405135741-a4ea724bab76 | ||||
| 	git.hpds.cc/Component/network v0.0.0-20230421024959-bf7300c92a95 | ||||
| 	github.com/disintegration/imaging v1.6.2 | ||||
| 	github.com/quic-go/quic-go v0.33.0 | ||||
| 	github.com/stretchr/testify v1.8.0 | ||||
|  | @ -32,10 +32,14 @@ require ( | |||
| 	go.uber.org/zap v1.23.0 // indirect | ||||
| 	golang.org/x/crypto v0.4.0 // indirect | ||||
| 	golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect | ||||
| 	golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect | ||||
| 	golang.org/x/image v0.1.0 // indirect | ||||
| 	golang.org/x/mod v0.6.0 // indirect | ||||
| 	golang.org/x/net v0.4.0 // indirect | ||||
| 	golang.org/x/sys v0.3.0 // indirect | ||||
| 	golang.org/x/net v0.5.0 // indirect | ||||
| 	golang.org/x/sys v0.4.0 // indirect | ||||
| 	golang.org/x/tools v0.2.0 // indirect | ||||
| 	gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect | ||||
| ) | ||||
| 
 | ||||
| //replace ( | ||||
| //	git.hpds.cc/Component/network => ../network | ||||
| //) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue