Closed smagulove90 closed 7 years ago
import "context": import path does not begin with hostname package context: unrecognized import path "context"
that looks like the only error in your output, so maybe that's the cause.
Can you try running "make .dep-stamp" again and seeing if only the relevant error is printed?
Hello there! Trying to install mtail, but i got some trouble with command make Makefile:120: recipe for target '.dep-stamp' failed make: *** [.dep-stamp] Error 1 OS Fedora 23 4.8.13 x86_64 [mrviii@madify go]$ go version go version go1.5.4 linux/amd64 [mrviii@madify go]$ make
Install all dependencies, ensuring they're updated
go get -u -v archive/zip bufio bytes compress/bzip2 compress/flate compress/gzip compress/zlib container/heap container/list context crypto crypto/aes crypto/cipher crypto/des crypto/dsa crypto/ecdsa crypto/elliptic crypto/hmac crypto/md5 crypto/rand crypto/rc4 crypto/rsa crypto/sha1 crypto/sha256 crypto/sha512 crypto/subtle crypto/tls crypto/x509 crypto/x509/pkix debug/elf encoding encoding/asn1 encoding/base64 encoding/binary encoding/gob encoding/hex encoding/json encoding/pem encoding/xml errors expvar flag fmt github.com/golang/glog github.com/kr/fs github.com/pkg/errors github.com/pkg/sftp github.com/spf13/afero github.com/spf13/afero/mem go/ast go/build go/constant go/doc go/format go/importer golang.org/x/crypto/acme golang.org/x/crypto/acme/autocert golang.org/x/crypto/blowfish golang.org/x/crypto/cast5 golang.org/x/crypto/chacha20poly1305/internal/chacha20 golang.org/x/crypto/curve25519 golang.org/x/crypto/ed25519 golang.org/x/crypto/ed25519/internal/edwards25519 golang.org/x/crypto/nacl/secretbox golang.org/x/crypto/openpgp/armor golang.org/x/crypto/openpgp/elgamal golang.org/x/crypto/openpgp/errors golang.org/x/crypto/openpgp/packet golang.org/x/crypto/openpgp/s2k golang.org/x/crypto/pbkdf2 golang.org/x/crypto/pkcs12/internal/rc2 golang.org/x/crypto/poly1305 golang.org/x/crypto/salsa20/salsa golang.org/x/crypto/ssh golang.org/x/crypto/ssh/agent golang.org/x/crypto/ssh/terminal golang.org/x/net/bpf golang.org/x/net/context golang.org/x/net/html golang.org/x/net/html/atom golang.org/x/net/http2 golang.org/x/net/http2/hpack golang.org/x/net/idna golang.org/x/net/internal/iana golang.org/x/net/internal/socket golang.org/x/net/internal/timeseries golang.org/x/net/ipv4 golang.org/x/net/ipv6 golang.org/x/net/lex/httplex golang.org/x/net/webdav/internal/xml golang.org/x/net/websocket golang.org/x/sys/unix golang.org/x/text/cases golang.org/x/text/collate golang.org/x/text/encoding golang.org/x/text/encoding/charmap golang.org/x/text/encoding/htmlindex golang.org/x/text/encoding/internal golang.org/x/text/encoding/internal/identifier golang.org/x/text/encoding/japanese golang.org/x/text/encoding/korean golang.org/x/text/encoding/simplifiedchinese golang.org/x/text/encoding/traditionalchinese golang.org/x/text/encoding/unicode golang.org/x/text/internal golang.org/x/text/internal/colltab golang.org/x/text/internal/format golang.org/x/text/internal/gen golang.org/x/text/internal/stringset golang.org/x/text/internal/tag golang.org/x/text/internal/utf8internal golang.org/x/text/language golang.org/x/text/runes golang.org/x/text/secure/bidirule golang.org/x/text/transform golang.org/x/text/unicode/bidi golang.org/x/text/unicode/cldr golang.org/x/text/unicode/norm golang.org/x/text/width golang.org/x/tools/benchmark/parse golang.org/x/tools/blog golang.org/x/tools/blog/atom golang.org/x/tools/cmd/guru/serial golang.org/x/tools/container/intsets golang.org/x/tools/cover golang.org/x/tools/go/ast/astutil golang.org/x/tools/go/buildutil golang.org/x/tools/go/callgraph golang.org/x/tools/go/callgraph/cha golang.org/x/tools/go/callgraph/rta golang.org/x/tools/go/callgraph/static golang.org/x/tools/godoc golang.org/x/tools/godoc/analysis golang.org/x/tools/godoc/redirect golang.org/x/tools/godoc/static golang.org/x/tools/godoc/util golang.org/x/tools/godoc/vfs golang.org/x/tools/godoc/vfs/gatefs golang.org/x/tools/godoc/vfs/httpfs golang.org/x/tools/godoc/vfs/mapfs golang.org/x/tools/godoc/vfs/zipfs golang.org/x/tools/go/gcimporter15 golang.org/x/tools/go/internal/gccgoimporter golang.org/x/tools/go/loader golang.org/x/tools/go/pointer golang.org/x/tools/go/ssa golang.org/x/tools/go/ssa/interp golang.org/x/tools/go/ssa/ssautil golang.org/x/tools/go/types/typeutil golang.org/x/tools/imports golang.org/x/tools/playground golang.org/x/tools/playground/socket golang.org/x/tools/present golang.org/x/tools/refactor/eg golang.org/x/tools/refactor/importgraph golang.org/x/tools/refactor/rename golang.org/x/tools/refactor/satisfy go/parser gopkg.in/fsnotify.v1 go/printer go/scanner go/token go/types hash hash/crc64 hash/fnv html html/template image image/jpeg index/suffixarray io io/ioutil log math math/big math/rand mime net net/http net/http/cookiejar net/http/httptest net/http/httputil net/http/pprof net/textproto net/url os os/exec os/signal os/user path path/filepath reflect regexp regexp/syntax runtime runtime/debug runtime/pprof runtime/trace sort strconv strings sync sync/atomic syscall testing text/scanner text/tabwriter text/template time unicode unicode/utf16 unicode/utf8 unsafe import "context": import path does not begin with hostname package context: unrecognized import path "context" github.com/golang/glog (download) github.com/kr/fs (download) github.com/pkg/errors (download) github.com/pkg/sftp (download) Fetching https://golang.org/x/crypto/ssh?go-get=1 Parsing meta tags from https://golang.org/x/crypto/ssh?go-get=1 (status code 200) get "golang.org/x/crypto/ssh": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ssh?go-get=1 get "golang.org/x/crypto/ssh": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto?go-get=1 Parsing meta tags from https://golang.org/x/crypto?go-get=1 (status code 200) golang.org/x/crypto (download) Fetching https://golang.org/x/crypto/curve25519?go-get=1 Parsing meta tags from https://golang.org/x/crypto/curve25519?go-get=1 (status code 200) get "golang.org/x/crypto/curve25519": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/curve25519?go-get=1 get "golang.org/x/crypto/curve25519": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/ed25519?go-get=1 Parsing meta tags from https://golang.org/x/crypto/ed25519?go-get=1 (status code 200) get "golang.org/x/crypto/ed25519": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ed25519?go-get=1 get "golang.org/x/crypto/ed25519": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/ed25519/internal/edwards25519?go-get=1 Parsing meta tags from https://golang.org/x/crypto/ed25519/internal/edwards25519?go-get=1 (status code 200) get "golang.org/x/crypto/ed25519/internal/edwards25519": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ed25519/internal/edwards25519?go-get=1 get "golang.org/x/crypto/ed25519/internal/edwards25519": verifying non-authoritative meta tag github.com/spf13/afero (download) Fetching https://golang.org/x/text/transform?go-get=1 Parsing meta tags from https://golang.org/x/text/transform?go-get=1 (status code 200) get "golang.org/x/text/transform": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/transform?go-get=1 get "golang.org/x/text/transform": verifying non-authoritative meta tag Fetching https://golang.org/x/text?go-get=1 Parsing meta tags from https://golang.org/x/text?go-get=1 (status code 200) golang.org/x/text (download) Fetching https://golang.org/x/text/unicode/norm?go-get=1 Parsing meta tags from https://golang.org/x/text/unicode/norm?go-get=1 (status code 200) get "golang.org/x/text/unicode/norm": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/unicode/norm?go-get=1 get "golang.org/x/text/unicode/norm": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/acme?go-get=1 Parsing meta tags from https://golang.org/x/crypto/acme?go-get=1 (status code 200) get "golang.org/x/crypto/acme": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/acme?go-get=1 get "golang.org/x/crypto/acme": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/acme/autocert?go-get=1 Parsing meta tags from https://golang.org/x/crypto/acme/autocert?go-get=1 (status code 200) get "golang.org/x/crypto/acme/autocert": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/acme/autocert?go-get=1 get "golang.org/x/crypto/acme/autocert": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/blowfish?go-get=1 Parsing meta tags from https://golang.org/x/crypto/blowfish?go-get=1 (status code 200) get "golang.org/x/crypto/blowfish": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/blowfish?go-get=1 get "golang.org/x/crypto/blowfish": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/cast5?go-get=1 Parsing meta tags from https://golang.org/x/crypto/cast5?go-get=1 (status code 200) get "golang.org/x/crypto/cast5": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/cast5?go-get=1 get "golang.org/x/crypto/cast5": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/chacha20poly1305/internal/chacha20?go-get=1 Parsing meta tags from https://golang.org/x/crypto/chacha20poly1305/internal/chacha20?go-get=1 (status code 200) get "golang.org/x/crypto/chacha20poly1305/internal/chacha20": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/chacha20poly1305/internal/chacha20?go-get=1 get "golang.org/x/crypto/chacha20poly1305/internal/chacha20": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/nacl/secretbox?go-get=1 Parsing meta tags from https://golang.org/x/crypto/nacl/secretbox?go-get=1 (status code 200) get "golang.org/x/crypto/nacl/secretbox": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/nacl/secretbox?go-get=1 get "golang.org/x/crypto/nacl/secretbox": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/poly1305?go-get=1 Parsing meta tags from https://golang.org/x/crypto/poly1305?go-get=1 (status code 200) get "golang.org/x/crypto/poly1305": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/poly1305?go-get=1 get "golang.org/x/crypto/poly1305": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/salsa20/salsa?go-get=1 Parsing meta tags from https://golang.org/x/crypto/salsa20/salsa?go-get=1 (status code 200) get "golang.org/x/crypto/salsa20/salsa": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/salsa20/salsa?go-get=1 get "golang.org/x/crypto/salsa20/salsa": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/openpgp/armor?go-get=1 Parsing meta tags from https://golang.org/x/crypto/openpgp/armor?go-get=1 (status code 200) get "golang.org/x/crypto/openpgp/armor": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/openpgp/armor?go-get=1 get "golang.org/x/crypto/openpgp/armor": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/openpgp/errors?go-get=1 Parsing meta tags from https://golang.org/x/crypto/openpgp/errors?go-get=1 (status code 200) get "golang.org/x/crypto/openpgp/errors": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/openpgp/errors?go-get=1 get "golang.org/x/crypto/openpgp/errors": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/openpgp/elgamal?go-get=1 Parsing meta tags from https://golang.org/x/crypto/openpgp/elgamal?go-get=1 (status code 200) get "golang.org/x/crypto/openpgp/elgamal": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/openpgp/elgamal?go-get=1 get "golang.org/x/crypto/openpgp/elgamal": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/openpgp/packet?go-get=1 Parsing meta tags from https://golang.org/x/crypto/openpgp/packet?go-get=1 (status code 200) get "golang.org/x/crypto/openpgp/packet": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/openpgp/packet?go-get=1 get "golang.org/x/crypto/openpgp/packet": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/openpgp/s2k?go-get=1 Parsing meta tags from https://golang.org/x/crypto/openpgp/s2k?go-get=1 (status code 200) get "golang.org/x/crypto/openpgp/s2k": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/openpgp/s2k?go-get=1 get "golang.org/x/crypto/openpgp/s2k": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/pbkdf2?go-get=1 Parsing meta tags from https://golang.org/x/crypto/pbkdf2?go-get=1 (status code 200) get "golang.org/x/crypto/pbkdf2": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/pbkdf2?go-get=1 get "golang.org/x/crypto/pbkdf2": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/pkcs12/internal/rc2?go-get=1 Parsing meta tags from https://golang.org/x/crypto/pkcs12/internal/rc2?go-get=1 (status code 200) get "golang.org/x/crypto/pkcs12/internal/rc2": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/pkcs12/internal/rc2?go-get=1 get "golang.org/x/crypto/pkcs12/internal/rc2": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/ssh/agent?go-get=1 Parsing meta tags from https://golang.org/x/crypto/ssh/agent?go-get=1 (status code 200) get "golang.org/x/crypto/ssh/agent": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ssh/agent?go-get=1 get "golang.org/x/crypto/ssh/agent": verifying non-authoritative meta tag Fetching https://golang.org/x/crypto/ssh/terminal?go-get=1 Parsing meta tags from https://golang.org/x/crypto/ssh/terminal?go-get=1 (status code 200) get "golang.org/x/crypto/ssh/terminal": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ssh/terminal?go-get=1 get "golang.org/x/crypto/ssh/terminal": verifying non-authoritative meta tag Fetching https://golang.org/x/net/bpf?go-get=1 Parsing meta tags from https://golang.org/x/net/bpf?go-get=1 (status code 200) get "golang.org/x/net/bpf": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/bpf?go-get=1 get "golang.org/x/net/bpf": verifying non-authoritative meta tag Fetching https://golang.org/x/net?go-get=1 Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200) golang.org/x/net (download) Fetching https://golang.org/x/net/context?go-get=1 Parsing meta tags from https://golang.org/x/net/context?go-get=1 (status code 200) get "golang.org/x/net/context": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/context?go-get=1 get "golang.org/x/net/context": verifying non-authoritative meta tag Fetching https://golang.org/x/net/html?go-get=1 Parsing meta tags from https://golang.org/x/net/html?go-get=1 (status code 200) get "golang.org/x/net/html": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/html?go-get=1 get "golang.org/x/net/html": verifying non-authoritative meta tag Fetching https://golang.org/x/net/html/atom?go-get=1 Parsing meta tags from https://golang.org/x/net/html/atom?go-get=1 (status code 200) get "golang.org/x/net/html/atom": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/html/atom?go-get=1 get "golang.org/x/net/html/atom": verifying non-authoritative meta tag Fetching https://golang.org/x/net/http2?go-get=1 Parsing meta tags from https://golang.org/x/net/http2?go-get=1 (status code 200) get "golang.org/x/net/http2": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/http2?go-get=1 get "golang.org/x/net/http2": verifying non-authoritative meta tag Fetching https://golang.org/x/net/http2/hpack?go-get=1 Parsing meta tags from https://golang.org/x/net/http2/hpack?go-get=1 (status code 200) get "golang.org/x/net/http2/hpack": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/http2/hpack?go-get=1 get "golang.org/x/net/http2/hpack": verifying non-authoritative meta tag Fetching https://golang.org/x/net/idna?go-get=1 Parsing meta tags from https://golang.org/x/net/idna?go-get=1 (status code 200) get "golang.org/x/net/idna": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/idna?go-get=1 get "golang.org/x/net/idna": verifying non-authoritative meta tag Fetching https://golang.org/x/text/secure/bidirule?go-get=1 Parsing meta tags from https://golang.org/x/text/secure/bidirule?go-get=1 (status code 200) get "golang.org/x/text/secure/bidirule": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/secure/bidirule?go-get=1 get "golang.org/x/text/secure/bidirule": verifying non-authoritative meta tag Fetching https://golang.org/x/text/unicode/bidi?go-get=1 Parsing meta tags from https://golang.org/x/text/unicode/bidi?go-get=1 (status code 200) get "golang.org/x/text/unicode/bidi": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/unicode/bidi?go-get=1 get "golang.org/x/text/unicode/bidi": verifying non-authoritative meta tag Fetching https://golang.org/x/net/lex/httplex?go-get=1 Parsing meta tags from https://golang.org/x/net/lex/httplex?go-get=1 (status code 200) get "golang.org/x/net/lex/httplex": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/lex/httplex?go-get=1 get "golang.org/x/net/lex/httplex": verifying non-authoritative meta tag Fetching https://golang.org/x/net/internal/iana?go-get=1 Parsing meta tags from https://golang.org/x/net/internal/iana?go-get=1 (status code 200) get "golang.org/x/net/internal/iana": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/internal/iana?go-get=1 get "golang.org/x/net/internal/iana": verifying non-authoritative meta tag Fetching https://golang.org/x/net/internal/socket?go-get=1 Parsing meta tags from https://golang.org/x/net/internal/socket?go-get=1 (status code 200) get "golang.org/x/net/internal/socket": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/internal/socket?go-get=1 get "golang.org/x/net/internal/socket": verifying non-authoritative meta tag Fetching https://golang.org/x/net/internal/timeseries?go-get=1 Parsing meta tags from https://golang.org/x/net/internal/timeseries?go-get=1 (status code 200) get "golang.org/x/net/internal/timeseries": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/internal/timeseries?go-get=1 get "golang.org/x/net/internal/timeseries": verifying non-authoritative meta tag Fetching https://golang.org/x/net/ipv4?go-get=1 Parsing meta tags from https://golang.org/x/net/ipv4?go-get=1 (status code 200) get "golang.org/x/net/ipv4": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/ipv4?go-get=1 get "golang.org/x/net/ipv4": verifying non-authoritative meta tag Fetching https://golang.org/x/net/ipv6?go-get=1 Parsing meta tags from https://golang.org/x/net/ipv6?go-get=1 (status code 200) get "golang.org/x/net/ipv6": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/ipv6?go-get=1 get "golang.org/x/net/ipv6": verifying non-authoritative meta tag Fetching https://golang.org/x/net/webdav/internal/xml?go-get=1 Parsing meta tags from https://golang.org/x/net/webdav/internal/xml?go-get=1 (status code 200) get "golang.org/x/net/webdav/internal/xml": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/webdav/internal/xml?go-get=1 get "golang.org/x/net/webdav/internal/xml": verifying non-authoritative meta tag Fetching https://golang.org/x/net/websocket?go-get=1 Parsing meta tags from https://golang.org/x/net/websocket?go-get=1 (status code 200) get "golang.org/x/net/websocket": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/websocket?go-get=1 get "golang.org/x/net/websocket": verifying non-authoritative meta tag Fetching https://golang.org/x/sys/unix?go-get=1 Parsing meta tags from https://golang.org/x/sys/unix?go-get=1 (status code 200) get "golang.org/x/sys/unix": found meta tag main.metaImport{Prefix:"golang.org/x/sys", VCS:"git", RepoRoot:"https://go.googlesource.com/sys"} at https://golang.org/x/sys/unix?go-get=1 get "golang.org/x/sys/unix": verifying non-authoritative meta tag Fetching https://golang.org/x/sys?go-get=1 Parsing meta tags from https://golang.org/x/sys?go-get=1 (status code 200) golang.org/x/sys (download) Fetching https://golang.org/x/text/cases?go-get=1 Parsing meta tags from https://golang.org/x/text/cases?go-get=1 (status code 200) get "golang.org/x/text/cases": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/cases?go-get=1 get "golang.org/x/text/cases": verifying non-authoritative meta tag Fetching https://golang.org/x/text/internal?go-get=1 Parsing meta tags from https://golang.org/x/text/internal?go-get=1 (status code 200) get "golang.org/x/text/internal": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/internal?go-get=1 get "golang.org/x/text/internal": verifying non-authoritative meta tag Fetching https://golang.org/x/text/language?go-get=1 Parsing meta tags from https://golang.org/x/text/language?go-get=1 (status code 200) get "golang.org/x/text/language": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/language?go-get=1 get "golang.org/x/text/language": verifying non-authoritative meta tag Fetching https://golang.org/x/text/internal/tag?go-get=1 Parsing meta tags from https://golang.org/x/text/internal/tag?go-get=1 (status code 200) get "golang.org/x/text/internal/tag": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/internal/tag?go-get=1 get "golang.org/x/text/internal/tag": verifying non-authoritative meta tag Fetching https://golang.org/x/text/collate?go-get=1 Parsing meta tags from https://golang.org/x/text/collate?go-get=1 (status code 200) get "golang.org/x/text/collate": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/collate?go-get=1 get "golang.org/x/text/collate": verifying non-authoritative meta tag Fetching https://golang.org/x/text/internal/colltab?go-get=1 Parsing meta tags from https://golang.org/x/text/internal/colltab?go-get=1 (status code 200) get "golang.org/x/text/internal/colltab": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/internal/colltab?go-get=1 get "golang.org/x/text/internal/colltab": verifying non-authoritative meta tag Fetching https://golang.org/x/text/encoding?go-get=1 Parsing meta tags from https://golang.org/x/text/encoding?go-get=1 (status code 200) get "golang.org/x/text/encoding": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/encoding?go-get=1 get "golang.org/x/text/encoding": verifying non-authoritative meta tag Fetching https://golang.org/x/text/encoding/internal/identifier?go-get=1 Parsing meta tags from https://golang.org/x/text/encoding/internal/identifier?go-get=1 (status code 200) get "golang.org/x/text/encoding/internal/identifier": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/encoding/internal/identifier?go-get=1 get "golang.org/x/text/encoding/internal/identifier": verifying non-authoritative meta tag Fetching https://golang.org/x/text/encoding/charmap?go-get=1 Parsing meta tags from https://golang.org/x/text/encoding/charmap?go-get=1 (status code 200) get "golang.org/x/text/encoding/charmap": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/encoding/charmap?go-get=1 get "golang.org/x/text/encoding/charmap": verifying non-authoritative meta tag Fetching https://golang.org/x/text/encoding/internal?go-get=1 Parsing meta tags from https://golang.org/x/text/encoding/internal?go-get=1 (status code 200) get "golang.org/x/text/encoding/internal": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/encoding/internal?go-get=1 get "golang.org/x/text/encoding/internal": verifying non-authoritative meta tag Fetching https://golang.org/x/text/encoding/htmlindex?go-get=1 Parsing meta tags from https://golang.org/x/text/encoding/htmlindex?go-get=1 (status code 200) get "golang.org/x/text/encoding/htmlindex": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/encoding/htmlindex?go-get=1 get "golang.org/x/text/encoding/htmlindex": verifying non-authoritative meta tag Fetching https://golang.org/x/text/encoding/japanese?go-get=1 Parsing meta tags from https://golang.org/x/text/encoding/japanese?go-get=1 (status code 200) get "golang.org/x/text/encoding/japanese": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/encoding/japanese?go-get=1 get "golang.org/x/text/encoding/japanese": verifying non-authoritative meta tag Fetching https://golang.org/x/text/encoding/korean?go-get=1 Parsing meta tags from https://golang.org/x/text/encoding/korean?go-get=1 (status code 200) get "golang.org/x/text/encoding/korean": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/encoding/korean?go-get=1 get "golang.org/x/text/encoding/korean": verifying non-authoritative meta tag Fetching https://golang.org/x/text/encoding/simplifiedchinese?go-get=1 Parsing meta tags from https://golang.org/x/text/encoding/simplifiedchinese?go-get=1 (status code 200) get "golang.org/x/text/encoding/simplifiedchinese": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/encoding/simplifiedchinese?go-get=1 get "golang.org/x/text/encoding/simplifiedchinese": verifying non-authoritative meta tag Fetching https://golang.org/x/text/encoding/traditionalchinese?go-get=1 Parsing meta tags from https://golang.org/x/text/encoding/traditionalchinese?go-get=1 (status code 200) get "golang.org/x/text/encoding/traditionalchinese": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/encoding/traditionalchinese?go-get=1 get "golang.org/x/text/encoding/traditionalchinese": verifying non-authoritative meta tag Fetching https://golang.org/x/text/encoding/unicode?go-get=1 Parsing meta tags from https://golang.org/x/text/encoding/unicode?go-get=1 (status code 200) get "golang.org/x/text/encoding/unicode": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/encoding/unicode?go-get=1 get "golang.org/x/text/encoding/unicode": verifying non-authoritative meta tag Fetching https://golang.org/x/text/internal/utf8internal?go-get=1 Parsing meta tags from https://golang.org/x/text/internal/utf8internal?go-get=1 (status code 200) get "golang.org/x/text/internal/utf8internal": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/internal/utf8internal?go-get=1 get "golang.org/x/text/internal/utf8internal": verifying non-authoritative meta tag Fetching https://golang.org/x/text/runes?go-get=1 Parsing meta tags from https://golang.org/x/text/runes?go-get=1 (status code 200) get "golang.org/x/text/runes": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/runes?go-get=1 get "golang.org/x/text/runes": verifying non-authoritative meta tag Fetching https://golang.org/x/text/internal/format?go-get=1 Parsing meta tags from https://golang.org/x/text/internal/format?go-get=1 (status code 200) get "golang.org/x/text/internal/format": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/internal/format?go-get=1 get "golang.org/x/text/internal/format": verifying non-authoritative meta tag Fetching https://golang.org/x/text/internal/gen?go-get=1 Parsing meta tags from https://golang.org/x/text/internal/gen?go-get=1 (status code 200) get "golang.org/x/text/internal/gen": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/internal/gen?go-get=1 get "golang.org/x/text/internal/gen": verifying non-authoritative meta tag Fetching https://golang.org/x/text/unicode/cldr?go-get=1 Parsing meta tags from https://golang.org/x/text/unicode/cldr?go-get=1 (status code 200) get "golang.org/x/text/unicode/cldr": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/unicode/cldr?go-get=1 get "golang.org/x/text/unicode/cldr": verifying non-authoritative meta tag Fetching https://golang.org/x/text/internal/stringset?go-get=1 Parsing meta tags from https://golang.org/x/text/internal/stringset?go-get=1 (status code 200) get "golang.org/x/text/internal/stringset": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/internal/stringset?go-get=1 get "golang.org/x/text/internal/stringset": verifying non-authoritative meta tag Fetching https://golang.org/x/text/width?go-get=1 Parsing meta tags from https://golang.org/x/text/width?go-get=1 (status code 200) get "golang.org/x/text/width": found meta tag main.metaImport{Prefix:"golang.org/x/text", VCS:"git", RepoRoot:"https://go.googlesource.com/text"} at https://golang.org/x/text/width?go-get=1 get "golang.org/x/text/width": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/benchmark/parse?go-get=1 Parsing meta tags from https://golang.org/x/tools/benchmark/parse?go-get=1 (status code 200) get "golang.org/x/tools/benchmark/parse": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/benchmark/parse?go-get=1 get "golang.org/x/tools/benchmark/parse": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) Fetching https://golang.org/x/tools/blog?go-get=1 Parsing meta tags from https://golang.org/x/tools/blog?go-get=1 (status code 200) get "golang.org/x/tools/blog": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/blog?go-get=1 get "golang.org/x/tools/blog": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/blog/atom?go-get=1 Parsing meta tags from https://golang.org/x/tools/blog/atom?go-get=1 (status code 200) get "golang.org/x/tools/blog/atom": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/blog/atom?go-get=1 get "golang.org/x/tools/blog/atom": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/present?go-get=1 Parsing meta tags from https://golang.org/x/tools/present?go-get=1 (status code 200) get "golang.org/x/tools/present": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/present?go-get=1 get "golang.org/x/tools/present": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/cmd/guru/serial?go-get=1 Parsing meta tags from https://golang.org/x/tools/cmd/guru/serial?go-get=1 (status code 200) get "golang.org/x/tools/cmd/guru/serial": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/cmd/guru/serial?go-get=1 get "golang.org/x/tools/cmd/guru/serial": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/container/intsets?go-get=1 Parsing meta tags from https://golang.org/x/tools/container/intsets?go-get=1 (status code 200) get "golang.org/x/tools/container/intsets": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/container/intsets?go-get=1 get "golang.org/x/tools/container/intsets": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/cover?go-get=1 Parsing meta tags from https://golang.org/x/tools/cover?go-get=1 (status code 200) get "golang.org/x/tools/cover": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/cover?go-get=1 get "golang.org/x/tools/cover": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/buildutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/buildutil?go-get=1 (status code 200) get "golang.org/x/tools/go/buildutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/buildutil?go-get=1 get "golang.org/x/tools/go/buildutil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/callgraph?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/callgraph?go-get=1 (status code 200) get "golang.org/x/tools/go/callgraph": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/callgraph?go-get=1 get "golang.org/x/tools/go/callgraph": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/ssa?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ssa?go-get=1 (status code 200) get "golang.org/x/tools/go/ssa": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ssa?go-get=1 get "golang.org/x/tools/go/ssa": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/types/typeutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/types/typeutil?go-get=1 (status code 200) get "golang.org/x/tools/go/types/typeutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/types/typeutil?go-get=1 get "golang.org/x/tools/go/types/typeutil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/callgraph/cha?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/callgraph/cha?go-get=1 (status code 200) get "golang.org/x/tools/go/callgraph/cha": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/callgraph/cha?go-get=1 get "golang.org/x/tools/go/callgraph/cha": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/ssa/ssautil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ssa/ssautil?go-get=1 (status code 200) get "golang.org/x/tools/go/ssa/ssautil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ssa/ssautil?go-get=1 get "golang.org/x/tools/go/ssa/ssautil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/loader?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/loader?go-get=1 (status code 200) get "golang.org/x/tools/go/loader": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/loader?go-get=1 get "golang.org/x/tools/go/loader": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/callgraph/rta?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/callgraph/rta?go-get=1 (status code 200) get "golang.org/x/tools/go/callgraph/rta": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/callgraph/rta?go-get=1 get "golang.org/x/tools/go/callgraph/rta": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/callgraph/static?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/callgraph/static?go-get=1 (status code 200) get "golang.org/x/tools/go/callgraph/static": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/callgraph/static?go-get=1 get "golang.org/x/tools/go/callgraph/static": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/godoc?go-get=1 Parsing meta tags from https://golang.org/x/tools/godoc?go-get=1 (status code 200) get "golang.org/x/tools/godoc": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/godoc?go-get=1 get "golang.org/x/tools/godoc": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/godoc/analysis?go-get=1 Parsing meta tags from https://golang.org/x/tools/godoc/analysis?go-get=1 (status code 200) get "golang.org/x/tools/godoc/analysis": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/godoc/analysis?go-get=1 get "golang.org/x/tools/godoc/analysis": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/pointer?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/pointer?go-get=1 (status code 200) get "golang.org/x/tools/go/pointer": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/pointer?go-get=1 get "golang.org/x/tools/go/pointer": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/godoc/util?go-get=1 Parsing meta tags from https://golang.org/x/tools/godoc/util?go-get=1 (status code 200) get "golang.org/x/tools/godoc/util": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/godoc/util?go-get=1 get "golang.org/x/tools/godoc/util": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/godoc/vfs?go-get=1 Parsing meta tags from https://golang.org/x/tools/godoc/vfs?go-get=1 (status code 200) get "golang.org/x/tools/godoc/vfs": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/godoc/vfs?go-get=1 get "golang.org/x/tools/godoc/vfs": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/godoc/vfs/httpfs?go-get=1 Parsing meta tags from https://golang.org/x/tools/godoc/vfs/httpfs?go-get=1 (status code 200) get "golang.org/x/tools/godoc/vfs/httpfs": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/godoc/vfs/httpfs?go-get=1 get "golang.org/x/tools/godoc/vfs/httpfs": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/godoc/redirect?go-get=1 Parsing meta tags from https://golang.org/x/tools/godoc/redirect?go-get=1 (status code 200) get "golang.org/x/tools/godoc/redirect": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/godoc/redirect?go-get=1 get "golang.org/x/tools/godoc/redirect": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/godoc/static?go-get=1 Parsing meta tags from https://golang.org/x/tools/godoc/static?go-get=1 (status code 200) get "golang.org/x/tools/godoc/static": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/godoc/static?go-get=1 get "golang.org/x/tools/godoc/static": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/godoc/vfs/gatefs?go-get=1 Parsing meta tags from https://golang.org/x/tools/godoc/vfs/gatefs?go-get=1 (status code 200) get "golang.org/x/tools/godoc/vfs/gatefs": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/godoc/vfs/gatefs?go-get=1 get "golang.org/x/tools/godoc/vfs/gatefs": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/godoc/vfs/mapfs?go-get=1 Parsing meta tags from https://golang.org/x/tools/godoc/vfs/mapfs?go-get=1 (status code 200) get "golang.org/x/tools/godoc/vfs/mapfs": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/godoc/vfs/mapfs?go-get=1 get "golang.org/x/tools/godoc/vfs/mapfs": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/godoc/vfs/zipfs?go-get=1 Parsing meta tags from https://golang.org/x/tools/godoc/vfs/zipfs?go-get=1 (status code 200) get "golang.org/x/tools/godoc/vfs/zipfs": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/godoc/vfs/zipfs?go-get=1 get "golang.org/x/tools/godoc/vfs/zipfs": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/gcimporter15?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/gcimporter15?go-get=1 (status code 200) get "golang.org/x/tools/go/gcimporter15": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/gcimporter15?go-get=1 get "golang.org/x/tools/go/gcimporter15": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/internal/gccgoimporter?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/internal/gccgoimporter?go-get=1 (status code 200) get "golang.org/x/tools/go/internal/gccgoimporter": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/internal/gccgoimporter?go-get=1 get "golang.org/x/tools/go/internal/gccgoimporter": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/ssa/interp?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ssa/interp?go-get=1 (status code 200) get "golang.org/x/tools/go/ssa/interp": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ssa/interp?go-get=1 get "golang.org/x/tools/go/ssa/interp": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/imports?go-get=1 Parsing meta tags from https://golang.org/x/tools/imports?go-get=1 (status code 200) get "golang.org/x/tools/imports": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/imports?go-get=1 get "golang.org/x/tools/imports": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/playground?go-get=1 Parsing meta tags from https://golang.org/x/tools/playground?go-get=1 (status code 200) get "golang.org/x/tools/playground": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/playground?go-get=1 get "golang.org/x/tools/playground": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/playground/socket?go-get=1 Parsing meta tags from https://golang.org/x/tools/playground/socket?go-get=1 (status code 200) get "golang.org/x/tools/playground/socket": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/playground/socket?go-get=1 get "golang.org/x/tools/playground/socket": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/refactor/eg?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/eg?go-get=1 (status code 200) get "golang.org/x/tools/refactor/eg": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/eg?go-get=1 get "golang.org/x/tools/refactor/eg": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/refactor/importgraph?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/importgraph?go-get=1 (status code 200) get "golang.org/x/tools/refactor/importgraph": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/importgraph?go-get=1 get "golang.org/x/tools/refactor/importgraph": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/refactor/rename?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/rename?go-get=1 (status code 200) get "golang.org/x/tools/refactor/rename": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/rename?go-get=1 get "golang.org/x/tools/refactor/rename": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/refactor/satisfy?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/satisfy?go-get=1 (status code 200) get "golang.org/x/tools/refactor/satisfy": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/satisfy?go-get=1 get "golang.org/x/tools/refactor/satisfy": verifying non-authoritative meta tag Fetching https://gopkg.in/fsnotify.v1?go-get=1 Parsing meta tags from https://gopkg.in/fsnotify.v1?go-get=1 (status code 200) get "gopkg.in/fsnotify.v1": found meta tag main.metaImport{Prefix:"gopkg.in/fsnotify.v1", VCS:"git", RepoRoot:"https://gopkg.in/fsnotify.v1"} at https://gopkg.in/fsnotify.v1?go-get=1 gopkg.in/fsnotify.v1 (download) Makefile:120: recipe for target '.dep-stamp' failed make: *** [.dep-stamp] Error 1