signalfx / golib

Golib contains various useful golang libraries
Apache License 2.0
69 stars 18 forks source link

dep init problem #169

Closed doctornkz closed 4 years ago

doctornkz commented 4 years ago

Hello! I can't use dep tool anymore with my project (here: https://github.com/olx-global/signalfx2terraform) , because I am receiving a lot of errors about signalfx/golib:

        v3.1.0: Could not introduce github.com/signalfx/golib@v3.1.0, as its subpackage github.com/signalfx/golib/v3/pointer is missing. (Package is required by github.com/s
ignalfx/signalfx-go@v1.6.11.)
        v3.0.0: Could not introduce github.com/signalfx/golib@v3.0.0, as its subpackage github.com/signalfx/golib/v3/pointer is missing. (Package is required by github.com/s
ignalfx/signalfx-go@v1.6.11.)

and so one. I am using

dep version
dep:
 version     : v0.5.4
 build date  : 
 git hash    : 
 go version  : go1.12.6
 go compiler : gc
 platform    : linux/amd64
 features    : ImportDuringSolve=false

What did happen with golib?

jgheewala commented 4 years ago

@doctornkz golib has been migrated to go mod. You can find more details https://github.com/signalfx/golib/releases/tag/v3.0.0

jgheewala commented 4 years ago

closing this. feel free to reopen if the issue is still seen