* update dependencies
switched pack.ag/amqp to github.com/Azure/go-amqp
updated azure-amqp-common-go to v3
update Go SDK dependencies to latest versions
* fix test output, ignore .vscode directory
* update release notes and version info
* Adopting modules
* upgrading azure-amqp-common-go version to one supporting modules.
* Updating CI to use modules
* Removing all references to dep in documentation
- Example stripped from README.md to prevent code decay. Link given to GoDoc examples which are unit-tests, therefore always up-to-date.
- "Code of Conduct" and "Communication" sections moved from CONTRIBUTING.md to README.md.
- Missing documentation for Resource Group location in unit tests added.
* Moving scheduledMessage example to increase visibility
* Removing reference to scheduledMessage example in README
* Moving helloworld example
* Fixing build errors after rebase
* Moving opentracing example
* Fix opentracing/readme.md execution instructions
* Removing extraneous reference to example that has been moved
* Updating SendReceiveScheduledMessage timeline.
Previously, the message was scheduled to be delivered 15 seconds in the future. Service Bus has a schedule granularity more along the lines of a 1-minute window. For that reason, I update this test to take 3 minutes. From there, I had to update some of the other timeout logic in the test harness to allow a test that took more than 1 minute.
* Removing unused const
* Removing examples section from Makefile now that they are incorporated as tests