43 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module github.com/micro/go-micro/v3
 | |
| 
 | |
| go 1.13
 | |
| 
 | |
| replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.8
 | |
| 
 | |
| require (
 | |
| 	github.com/bitly/go-simplejson v0.5.0
 | |
| 	github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
 | |
| 	github.com/davecgh/go-spew v1.1.1
 | |
| 	github.com/dgrijalva/jwt-go v3.2.0+incompatible
 | |
| 	github.com/ef-ds/deque v1.0.4-0.20190904040645-54cb57c252a1
 | |
| 	github.com/evanphx/json-patch/v5 v5.0.0
 | |
| 	github.com/fsnotify/fsnotify v1.4.9 // indirect
 | |
| 	github.com/fsouza/go-dockerclient v1.6.0
 | |
| 	github.com/go-acme/lego/v3 v3.4.0
 | |
| 	github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee
 | |
| 	github.com/gobwas/pool v0.2.0 // indirect
 | |
| 	github.com/gobwas/ws v1.0.3
 | |
| 	github.com/gogo/protobuf v1.3.1 // indirect
 | |
| 	github.com/golang/protobuf v1.4.2
 | |
| 	github.com/google/uuid v1.1.2
 | |
| 	github.com/hpcloud/tail v1.0.0
 | |
| 	github.com/kr/pretty v0.2.0
 | |
| 	github.com/kr/text v0.2.0 // indirect
 | |
| 	github.com/miekg/dns v1.1.27
 | |
| 	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
 | |
| 	github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
 | |
| 	github.com/patrickmn/go-cache v2.1.0+incompatible
 | |
| 	github.com/pkg/errors v0.9.1
 | |
| 	github.com/stretchr/testify v1.6.1
 | |
| 	github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
 | |
| 	github.com/xanzy/go-gitlab v0.35.1
 | |
| 	golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
 | |
| 	golang.org/x/net v0.0.0-20200707034311-ab3426394381
 | |
| 	golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
 | |
| 	golang.org/x/text v0.3.3 // indirect
 | |
| 	google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
 | |
| 	google.golang.org/grpc v1.27.0
 | |
| 	google.golang.org/protobuf v1.25.0
 | |
| 	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
 | |
| )
 |