google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.3k stars 209 forks source link

Issue installing starlark #355

Closed ARao0123 closed 3 years ago

ARao0123 commented 3 years ago

I'm trying to upgrade the version of delve to 1.60*with Go 1.16) ``` but I see an error related to starlark:

abc-MacBook-Pro:delve username$ go install github.com/go-delve/delve/cmd/dlv@latest go install github.com/go-delve/delve/cmd/dlv@latest: github.com/go-delve/delve@none updating to github.com/go-delve/delve@v1.6.0 requires go.starlark.net@v0.0.0-20200821142938-949cc6f4b097: unrecognized import path "go.starlark.net": parse https://go.starlark.net/?go-get=1: no go-import meta tags ()



GOBIN = /Users/abc/go/bin
GOPATH = /Users/abc/go
GOROOT = /usr/local/go
which go = /usr/local/go/bin/go

Any idea how to fix this issue with meta-tags?
adonovan commented 3 years ago

I just ran this command on a mac and it succeeded. Perhaps the GitHub server behind go.starlark.net was momentarily unavailable? Could you try again and report back. Until then I'm going to assume this is transient and close it for now.