rana/ora

Dependencies

sinys15 opened this issue · 3 comments

In your description we can see
"The ora package has no external Go dependencies and is available on GitHub and gopkg.in"
but really I see that it get dependencies

go get gopkg.in/rana/ora.v4
package golang.org/x/sync/errgroup: unrecognized import path golang.org/x/sync/
errgroup"
(https fetch: Get https://golang.org/x/sync/errgroup?go-get=1: Proxy A
uthentication Required)
go get gopkg.in/rana/ora.v4
cd .; git clone https://go.googlesource.com/sync C:\Users\xxx\go\src\gola
ng.org\x\sync
Cloning into C:\Users\xxx\go\src\golang.org\x\sync...
fatal: unable to access https://go.googlesource.com/sync/: Received HTTP code
407 from proxy after CONNECT
package golang.org/x/sync/errgroup: exit status 128

Is it possible really to clear code from dependencies?

Sure, but cleaning the docs is easier :)

Our admins don't like deep dependencies like
googlesource.com
google analytics
and so on.

Am I right that this driver wants gcc or something like this too?