fiorix / go-diameter

Diameter stack and Base Protocol (RFC 6733) for the Go programming language
Other
252 stars 143 forks source link

Missing v4 folder #130

Open ISQman opened 4 years ago

ISQman commented 4 years ago

in go.mod module github.com/fiorix/go-diameter/v4 when i try to use it by glide - i reach errors: [ERROR] Error scanning github.com/fiorix/go-diameter/v4/diam/avp: cannot find package "." in: /root/.glide/cache/src/https-github.com-fiorix-go-diameter/v4/diam/avp [ERROR] Error scanning github.com/fiorix/go-diameter/v4/diam/datatype: cannot find package "." in: /root/.glide/cache/src/https-github.com-fiorix-go-diameter/v4/diam/datatype [ERROR] Error scanning github.com/fiorix/go-diameter/v4/diam/dict: cannot find package "." in: /root/.glide/cache/src/https-github.com-fiorix-go-diameter/v4/diam/dict [ERROR] Error scanning github.com/fiorix/go-diameter/v4/diam: cannot find package "." in: /root/.glide/cache/src/https-github.com-fiorix-go-diameter/v4/diam [ERROR] Error scanning github.com/fiorix/go-diameter/v4/diam/sm/smparser: cannot find package "." in: /root/.glide/cache/src/https-github.com-fiorix-go-diameter/v4/diam/sm/smparser [ERROR] Error scanning github.com/fiorix/go-diameter/v4/diam/sm/smpeer: cannot find package "." in: /root/.glide/cache/src/https-github.com-fiorix-go-diameter/v4/diam/sm/smpeer

higebu commented 4 years ago

I recommend that you try to use go mod. Because Glide is now mostly unmaintained. See https://github.com/Masterminds/glide#go-modules