Skip to content

Comments

finish forking: remove net/http dep and ensure go build ./... works#1

Merged
bassosimone merged 3 commits intomainfrom
finish-forking
Aug 12, 2021
Merged

finish forking: remove net/http dep and ensure go build ./... works#1
bassosimone merged 3 commits intomainfrom
finish-forking

Conversation

@bassosimone
Copy link
Contributor

This pull request is part of the effort to finish forking net/http. We want to entirely remove the net/http dependency and we want the code in the repository to build with go build -v ./....

Verified we don't depend anymore from `net/http` by running:

```
go list -f '{{ .Imports }}' ./...|grep ' net/http'
```
We cannot access internal packages in the Go standard library.

Here the simples action seems to just remove pprof.

(This is not a problem for us, because we don't us it.)
We cannot import internal packages in the Go standard library.

There is code in OONI that is using this functionality but it is
deprecated code and we are going to remove it.
@bassosimone bassosimone merged commit d7bc7c8 into main Aug 12, 2021
@bassosimone bassosimone deleted the finish-forking branch August 12, 2021 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant