* sharedmain changes
* go mod
* vendor
* address PR feedback
* bump semconv to v1.34.0
* drop globalviews in favour of sharedmain option
Given Views in OTel are overrides for end-users this should really be a
sharedmain option instead of a dedicated package. In OpenCensus views
were required but in OTel they are not
* PR feedback
* panic if we drift semconv version from the SDK
* fix testing import
* bump runtime instrumentation
* gofumpt file
* don't set enabled=false on init since the profiling Handler already does it