Platform Support for Go SDK
## Go SDK v7.3.4
### package: GitHub
**Repository:** [GitHub](https://github.com/pubnub/go/releases/tag/v7.3.4)
#### Dependencies
| Name | Min version | License | Location | Required |
|------|-------------|---------|----------|----------|
| Go | 1.18.9 | [https://golang.org/doc/tos](https://golang.org/doc/tos) | Should be installed on the computer | Yes |
| github.com/brianolson/cbor_go | 1.0.0 | [Apache License 2.0](https://github.com/brianolson/cbor_go/blob/master/LICENSE) | Shipped within package | Yes |
| github.com/davecgh/go-spew | 1.1.1 | [ISC](https://github.com/davecgh/go-spew/blob/master/LICENSE) | Transitive dependency | Yes |
| github.com/google/uuid | 1.1.1 | [BSD3](https://github.com/google/uuid/blob/master/LICENSE) | Shipped within package | Yes |
| github.com/pmezard/go-difflib | 1.0.0 | [BSD3](https://github.com/pmezard/go-difflib/blob/master/LICENSE) | Transitive dependency | Yes |
| github.com/stretchr/testify | 1.2.2 | [MIT](https://github.com/stretchr/testify/blob/master/LICENSE) | Shipped within package | Yes |
| golang.org/x/net | HEAD | [BSD3](https://pkg.go.dev/golang.org/x/net?tab=licenses) | Shipped within package | Yes |
| golang.org/x/text | 0.3.2 | [BSD3](https://pkg.go.dev/golang.org/x/text?tab=licenses) | Transitive dependency | Yes |
#### Supported Platforms
##### Windows
| Target Architecture | Runtime Version | Minimum OS Version | Maximum OS Version |
|---------------------|------------------|--------------------|--------------------|
| i386, amd64 | N/A | Windows 7 Professional, Windows 7 Enterprise, Windows 7 Ultimate | Windows 10 Enterprise |
##### Linux
| Target Architecture | Runtime Version | Minimum OS Version | Maximum OS Version |
|---------------------|------------------|--------------------|--------------------|
| i386, amd64 | N/A | Ubuntu 12.04 | Ubuntu 20.04 LTS |
##### macOS
| Target Architecture | Runtime Version | Minimum OS Version | Maximum OS Version |
|---------------------|------------------|--------------------|--------------------|
| x86-64 | N/A | Mac OS X 10.8 | macOS 11.3.1 |
#### Target Platforms
- FreeBSD 8-STABLE or later, amd64, 386
- Linux 2.6 or later, amd64, 386.
- Mac OS X 10.8 or later, amd64
- Windows 7 or later, amd64, 386
Go SDK v7.3.4
package: GitHub
GitHub