mirror of
https://github.com/go-micro/go-micro.git
synced 2025-05-31 21:59:42 +02:00
10 lines
223 B
Modula-2
10 lines
223 B
Modula-2
|
module github.com/micro/go-micro/plugins/wrapper/trace/awsxray/v2
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/asim/go-awsxray v0.0.0-20161209120537-0d8a60b6e205
|
||
|
github.com/aws/aws-sdk-go v1.28.4
|
||
|
github.com/micro/go-micro/v2 v2.9.1
|
||
|
)
|