ameshkov / dnslookup

Simple command line utility to make DNS lookups to the specified server
MIT License
816 stars 72 forks source link

unable to install via homebrew #31

Closed ssrahul96 closed 2 years ago

ssrahul96 commented 2 years ago

Installation command : brew install ameshkov/tap/dnslookup

Error

==> go build -ldflags -X main.VersionString=1.7.1
Last 15 lines from /Users/somasundaramr/Library/Logs/Homebrew/dnslookup/01.go:
2022-08-30 12:08:38 +0000

go
build
-ldflags
-X main.VersionString=1.7.1
-trimpath
-o=/opt/homebrew/Cellar/dnslookup/1.7.1/bin/dnslookup

# github.com/lucas-clemente/quic-go/internal/qtls
/Users/somasundaramr/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/lucas-clemente/quic-go@v0.27.1/internal/qtls/go119.go:6:13: cannot use "The version of quic-go you're using can't be built on Go 1.19 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.19 yet. F...) as int value in variable declaration

it seems like one of the dependency is not built using Go 1.19

ameshkov commented 2 years ago

Yeah, it is indeed. We'll need to wait a bit until https://github.com/AdguardTeam/dnsproxy is updated.