mirror of
				https://github.com/3ybactuk/marketplace-go-service-project.git
				synced 2025-10-30 05:53:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| module route256/cart
 | |
| 
 | |
| go 1.23.9
 | |
| 
 | |
| require (
 | |
| 	github.com/rs/zerolog v1.34.0
 | |
| 	github.com/stretchr/testify v1.10.0
 | |
| 	google.golang.org/grpc v1.72.0
 | |
| 	gopkg.in/yaml.v3 v3.0.1
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/davecgh/go-spew v1.1.1 // indirect
 | |
| 	github.com/gabriel-vasile/mimetype v1.4.8 // indirect
 | |
| 	github.com/go-playground/locales v0.14.1 // indirect
 | |
| 	github.com/go-playground/universal-translator v0.18.1 // indirect
 | |
| 	github.com/google/go-cmp v0.7.0 // indirect
 | |
| 	github.com/kr/pretty v0.3.1 // indirect
 | |
| 	github.com/leodido/go-urn v1.4.0 // indirect
 | |
| 	github.com/pmezard/go-difflib v1.0.0 // indirect
 | |
| 	github.com/rogpeppe/go-internal v1.13.1 // indirect
 | |
| 	go.opentelemetry.io/otel v1.36.0 // indirect
 | |
| 	go.opentelemetry.io/otel/sdk v1.36.0 // indirect
 | |
| 	golang.org/x/crypto v0.37.0 // indirect
 | |
| 	golang.org/x/net v0.39.0 // indirect
 | |
| 	golang.org/x/text v0.24.0 // indirect
 | |
| 	google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
 | |
| 	google.golang.org/protobuf v1.36.6 // indirect
 | |
| )
 | |
| 
 | |
| require (
 | |
| 	github.com/go-playground/validator/v10 v10.26.0
 | |
| 	github.com/gojuno/minimock/v3 v3.4.5
 | |
| 	github.com/mattn/go-colorable v0.1.13 // indirect
 | |
| 	github.com/mattn/go-isatty v0.0.19 // indirect
 | |
| 	golang.org/x/sys v0.33.0 // indirect
 | |
| )
 | 
