This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jafar: use github.com/ooni/probe-engine/netx (#29)
We were still using the deprecated github.com/ooni/netx. Let us instead use github.com/ooni/probe-engine/netx. Part of ooni/probe-engine#356. We will start off by removing the old netx dependency, which we don't need and then we can follow suite by merging into probe-engine.
- Loading branch information
1 parent
fe4cc68
commit 959d368
Showing
13 changed files
with
668 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
module github.com/ooni/jafar | ||
|
||
go 1.13 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/apex/log v1.3.0 | ||
github.com/apex/log v1.6.0 | ||
github.com/fatih/color v1.9.0 // indirect | ||
github.com/google/martian/v3 v3.0.0 | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | ||
github.com/m-lab/go v1.2.0 | ||
github.com/mattn/go-colorable v0.1.6 // indirect | ||
github.com/miekg/dns v1.1.29 | ||
github.com/ooni/netx v0.0.0-20200306133140-11e21a6d1a3a | ||
github.com/pkg/errors v0.9.1 // indirect | ||
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect | ||
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect | ||
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect | ||
github.com/m-lab/go v1.4.0 | ||
github.com/mattn/go-colorable v0.1.7 // indirect | ||
github.com/miekg/dns v1.1.30 | ||
github.com/ooni/probe-engine v0.15.0 | ||
) |
Oops, something went wrong.