File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
2828 golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
2929 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
3030 golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
31- golang.org/x/text v0.3.7 // indirect
31+ golang.org/x/text v0.3.8 // indirect
3232 gopkg.in/yaml.v3 v3.0.1 // indirect
3333)
3434
Original file line number Diff line number Diff line change @@ -61,8 +61,9 @@ golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 h1:h+EGohizhe9XlX18rfpa8k8RA
6161golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
6262golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
6363golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
64- golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk =
6564golang.org/x/text v0.3.7 /go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ =
65+ golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY =
66+ golang.org/x/text v0.3.8 /go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ =
6667golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
6768golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
6869gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments