Update go modules
This commit is contained in:
		
							
								
								
									
										13
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								go.mod
									
									
									
									
									
								
							| @@ -1,29 +1,18 @@ | ||||
| module github.com/micro/go-micro | ||||
|  | ||||
| require ( | ||||
| 	github.com/armon/go-radix v1.0.0 // indirect | ||||
| 	github.com/go-log/log v0.1.0 | ||||
| 	github.com/golang/protobuf v1.2.0 | ||||
| 	github.com/google/uuid v1.1.0 | ||||
| 	github.com/hashicorp/consul v1.4.2 | ||||
| 	github.com/hashicorp/go-sockaddr v1.0.1 // indirect | ||||
| 	github.com/hashicorp/memberlist v0.1.3 | ||||
| 	github.com/mattn/go-colorable v0.1.0 // indirect | ||||
| 	github.com/mattn/go-isatty v0.0.4 // indirect | ||||
| 	github.com/micro/cli v0.1.0 | ||||
| 	github.com/micro/go-log v0.1.0 | ||||
| 	github.com/micro/go-rcache v0.1.0 | ||||
| 	github.com/micro/go-rcache v0.2.0 | ||||
| 	github.com/micro/h2c v1.0.0 | ||||
| 	github.com/micro/mdns v0.1.0 | ||||
| 	github.com/micro/util v0.1.0 | ||||
| 	github.com/miekg/dns v1.1.4 // indirect | ||||
| 	github.com/mitchellh/go-homedir v1.1.0 // indirect | ||||
| 	github.com/mitchellh/hashstructure v1.0.0 | ||||
| 	github.com/pkg/errors v0.8.1 | ||||
| 	github.com/posener/complete v1.2.1 // indirect | ||||
| 	github.com/stretchr/objx v0.1.1 // indirect | ||||
| 	golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect | ||||
| 	golang.org/x/net v0.0.0-20190213061140-3a22650c66bd | ||||
| 	golang.org/x/sys v0.0.0-20190213121743-983097b1a8a3 // indirect | ||||
| 	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||||
| ) | ||||
|   | ||||
							
								
								
									
										2
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.sum
									
									
									
									
									
								
							| @@ -54,8 +54,10 @@ github.com/micro/cli v0.1.0/go.mod h1:jRT9gmfVKWSS6pkKcXQ8YhUyj6bzwxK8Fp5b0Y7qNn | ||||
| github.com/micro/go-log v0.1.0 h1:szYSR+yyTsomZM2jyinJC5562DlqffSjHmTZFaeZ2vY= | ||||
| github.com/micro/go-log v0.1.0/go.mod h1:qaFBF6d6Jk01Gz4cbMkCA2vVuLk3FSaLLjmEGrMCreA= | ||||
| github.com/micro/go-micro v0.23.0/go.mod h1:3z3lfMkNU9Sr1L/CxL++8pVJmQapRo0N6kNjwYDtOVs= | ||||
| github.com/micro/go-micro v0.26.0/go.mod h1:CweCFO/pq8dCSIOdzVZ4ooIpUrKlyJ0AcFB269M7PgU= | ||||
| github.com/micro/go-rcache v0.1.0 h1:YTIgANVHgBe1XOQ/yLICL+s2gbZCAdW+c2ckhekjkuc= | ||||
| github.com/micro/go-rcache v0.1.0/go.mod h1:INzyZjXO5M+PmN2A33YxD4TaOY61xjFIM4CfSHv+At8= | ||||
| github.com/micro/go-rcache v0.2.0/go.mod h1:EoiTwbY2ubQ6lc3ScV+SnmKbelDzeFezDxPDvF8XDxw= | ||||
| github.com/micro/h2c v1.0.0/go.mod h1:54sOOQW/GRlHhH43vKwOhUb+kHaXhVxR0d3CJhn9alE= | ||||
| github.com/micro/mdns v0.0.0-20181201230301-9c3770d4057a/go.mod h1:SQG6o/94RinohLuB5noHSevg2Iqg2wXLDUn4lj2LWWo= | ||||
| github.com/micro/mdns v0.1.0 h1:fuLybUsfynbigJmCot/54i+gwe0hpc/vtCMvWt2WfDI= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user