-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.4.2
-
Component/s: API
-
None
-
Environment:Windows 10 Pro 64-bit
Visual Studio Code 1.50.1
Go version go1.15.3 windows/amd64
Whenever I execute the following command, `go get go.mongodb.org/mongo-driver/mongo` to install the MongoDB driver on my project. Then I would receive the following error.
```
..\..\..\..\pkg\mod\github.com\aws\aws-sdk-go@v1.34.28\aws\signer\v4\request_context_go1.7.go:8:2: cannot find package
{{..\..\..\..\pkg\mod\go.mongodb.org\mongo-driver@v1.4.2\x\mongo\driver\auth\aws_conv.go:23:2: read E:\Projects\Go\pkg\mod\github.com\aws\aws-sdk-go@v1.34.28\aws\credentials\chain_provider.go: unexpected NUL in input }}
..\..\..\..\pkg\mod\go.mongodb.org\mongo-driver@v1.4.2\x\mongo\driver\auth\aws_conv.go:24:2: read E:\Projects\Go\pkg\mod\github.com\aws\aws-sdk-go@v1.34.28\aws\signer\v4\functional_1_5_test.go: unexpected NUL in input
```