Is your feature request related to a problem? Please describe.
parseutil brings go-sockaddr just for two symbols (SockAddrMarshaler and NewSockAddr) in ParseAddrs.
But this brings the full dependency tree of go-sockaddr into the dependency tree.
Describe the solution you'd like
parseutil should have the minimum dependencies. Move parsing code from go-sockaddr into parseutil.
Describe alternatives you've considered
hashicorp/go-sockaddr#49
Is your feature request related to a problem? Please describe.
parseutilbringsgo-sockaddrjust for two symbols (SockAddrMarshaler and NewSockAddr) inParseAddrs.But this brings the full dependency tree of
go-sockaddrinto the dependency tree.Describe the solution you'd like
parseutilshould have the minimum dependencies. Move parsing code from go-sockaddr into parseutil.Describe alternatives you've considered
hashicorp/go-sockaddr#49