Git Product home page Git Product logo

Comments (6)

dmitshur avatar dmitshur commented on August 15, 2024

What makes you believe golang.org/x/net/html is obsoleted? That seems very unlikely, and it does not appear to be so.

Edit: Also, https://github.com/golang/net is a github mirror, it is not a correct import path to use.

Edit 2: I just did the following, and there were no issues:

~ $ go get -d -u github.com/microcosm-cc/bluemonday
~ $ go test github.com/microcosm-cc/bluemonday
ok      github.com/microcosm-cc/bluemonday  0.021s

Edit 3: Which version of Go are you using? The latest is 1.4.2, so if you have an older one, try updating to the latest. Everything should work fine.

from bluemonday.

facat avatar facat commented on August 15, 2024

@shurcooL
Edit1: When I visit golang.org/x/net/html in browser, it's redirected to https://godoc.org/golang.org/x/net/html.

Edit2: This is what I get:

go get -d -u github.com/microcosm-cc/bluemonday
package github.com/microcosm-cc/bluemonday
        imports golang.org/x/net/html: unrecognized import path "golang.org/x/net/html"

from bluemonday.

dmitshur avatar dmitshur commented on August 15, 2024

@facat, can you do go version, what does it print?

from bluemonday.

facat avatar facat commented on August 15, 2024

@shurcooL

$ go version
go version go1.4.2 linux/arm

from bluemonday.

dmitshur avatar dmitshur commented on August 15, 2024

That's strange, it should work. You have the latest Go version. Are you running on a Raspberry Pi or so?

Can you try with a fresh (empty) GOPATH workspace and see what happens (this way you avoid any possible issues due to old packages or stale cache)?

$ export GOPATH=/tmp/empty_folder
$ go get -d -u -v github.com/microcosm-cc/bluemonday

from bluemonday.

facat avatar facat commented on August 15, 2024

@shurcooL
Fixed.
golang.org is blocked in my place. I made it through a proxy. Thanks.

from bluemonday.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.