35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module go.unistack.org/micro/v4
 | |
| 
 | |
| go 1.22.0
 | |
| 
 | |
| require (
 | |
| 	dario.cat/mergo v1.0.1
 | |
| 	github.com/DATA-DOG/go-sqlmock v1.5.2
 | |
| 	github.com/KimMachineGun/automemlimit v0.7.0
 | |
| 	github.com/goccy/go-yaml v1.17.1
 | |
| 	github.com/google/uuid v1.6.0
 | |
| 	github.com/matoous/go-nanoid v1.5.1
 | |
| 	github.com/patrickmn/go-cache v2.1.0+incompatible
 | |
| 	github.com/silas/dag v0.0.0-20220518035006-a7e85ada93c5
 | |
| 	github.com/spf13/cast v1.7.1
 | |
| 	github.com/stretchr/testify v1.10.0
 | |
| 	go.uber.org/atomic v1.11.0
 | |
| 	go.uber.org/automaxprocs v1.6.0
 | |
| 	go.unistack.org/micro-proto/v4 v4.1.0
 | |
| 	golang.org/x/sync v0.10.0
 | |
| 	google.golang.org/grpc v1.69.4
 | |
| 	google.golang.org/protobuf v1.36.3
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
 | |
| 	github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
 | |
| 	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
 | |
| 	github.com/rogpeppe/go-internal v1.13.1 // indirect
 | |
| 	golang.org/x/net v0.34.0 // indirect
 | |
| 	golang.org/x/sys v0.29.0 // indirect
 | |
| 	google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect
 | |
| 	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
 | |
| 	gopkg.in/yaml.v3 v3.0.1 // indirect
 | |
| )
 |