github.com/ooni/psiphon/tunnel-core@v0.0.0-20230105123940-fe12a24c96ee/go.mod (about)

     1  module github.com/ooni/psiphon/tunnel-core
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/Psiphon-Inc/rotate-safe-writer v0.0.0-20210303140923-464a7a37606e
     7  	github.com/armon/go-proxyproto v0.0.0-20180202201750-5b7edb60ff5f
     8  	github.com/bifurcation/mint v0.0.0-20180306135233-198357931e61
     9  	github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9
    10  	github.com/cognusion/go-cache-lru v0.0.0-20170419142635-f73e2280ecea
    11  	github.com/deckarep/golang-set v0.0.0-20171013212420-1d4478f51bed
    12  	github.com/dgraph-io/badger v1.5.4-0.20180815194500-3a87f6d9c273
    13  	github.com/elazarl/goproxy v0.0.0-20200809112317-0581fc3aee2d
    14  	github.com/elazarl/goproxy/ext v0.0.0-20200809112317-0581fc3aee2d
    15  	github.com/florianl/go-nfqueue v1.1.1-0.20200829120558-a2f196e98ab0
    16  	github.com/gobwas/glob v0.2.4-0.20180402141543-f00a7392b439
    17  	github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
    18  	github.com/google/gopacket v1.1.19-0.20200831200443-df1bbd09a561
    19  	github.com/grafov/m3u8 v0.0.0-20171211212457-6ab8f28ed427
    20  	github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
    21  	github.com/juju/ratelimit v1.0.2
    22  	github.com/marten-seemann/qpack v0.2.1
    23  	github.com/marusama/semaphore v0.0.0-20171214154724-565ffd8e868a
    24  	github.com/miekg/dns v1.1.44-0.20210804161652-ab67aa642300
    25  	github.com/mitchellh/panicwrap v0.0.0-20170106182340-fce601fe5557
    26  	github.com/oschwald/maxminddb-golang v1.2.1-0.20170901134056-26fe5ace1c70
    27  	github.com/patrickmn/go-cache v2.1.0+incompatible
    28  	github.com/refraction-networking/gotapdance v1.2.0
    29  	github.com/refraction-networking/utls v1.0.0
    30  	github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
    31  	github.com/sirupsen/logrus v1.8.1
    32  	github.com/stretchr/testify v1.7.1
    33  	github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8
    34  	github.com/wader/filtertransport v0.0.0-20200316221534-bdd9e61eee78
    35  	github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea
    36  	golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
    37  	golang.org/x/net v0.0.0-20220412020605-290c469a71a5
    38  	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
    39  	golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
    40  	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
    41  )
    42  
    43  require (
    44  	filippo.io/edwards25519 v1.0.0-rc.1.0.20210721174708-390f27c3be20 // indirect
    45  	git.torproject.org/pluggable-transports/goptlib.git v1.2.0 // indirect
    46  	github.com/AndreasBriese/bbloom v0.0.0-20170702084017-28f7e881ca57 // indirect
    47  	github.com/BurntSushi/toml v0.3.1 // indirect
    48  	github.com/davecgh/go-spew v1.1.1 // indirect
    49  	github.com/dchest/siphash v1.2.3-0.20201109081723-a21c2e7914a8 // indirect
    50  	github.com/dgryski/go-farm v0.0.0-20180109070241-2de33835d102 // indirect
    51  	github.com/golang/protobuf v1.5.3-0.20210916003710-5d5e8c018a13 // indirect
    52  	github.com/google/go-cmp v0.5.6 // indirect
    53  	github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4 // indirect
    54  	github.com/josharian/native v1.0.0 // indirect
    55  	github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
    56  	github.com/mdlayher/netlink v1.4.2-0.20210930205308-a81a8c23d40a // indirect
    57  	github.com/mdlayher/socket v0.0.0-20210624160740-9dbe287ded84 // indirect
    58  	github.com/mroth/weightedrand v0.4.1 // indirect
    59  	github.com/pkg/errors v0.9.1 // indirect
    60  	github.com/pmezard/go-difflib v1.0.0 // indirect
    61  	github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507 // indirect
    62  	github.com/smartystreets/goconvey v1.7.2 // indirect
    63  	gitlab.com/yawning/edwards25519-extra.git v0.0.0-20211229043746-2f91fcc9fbdb // indirect
    64  	gitlab.com/yawning/obfs4.git v0.0.0-20220204003609-77af0cba934d // indirect
    65  	golang.org/x/mod v0.3.0 // indirect
    66  	golang.org/x/text v0.3.7 // indirect
    67  	golang.org/x/tools v0.1.0 // indirect
    68  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    69  	google.golang.org/protobuf v1.28.0 // indirect
    70  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    71  	honnef.co/go/tools v0.2.1 // indirect
    72  )