github.com/astaguna/popon-core@v0.0.0-20231019235610-96e42d76a5ff/go.mod (about)

     1  module github.com/astaguna/popon-core
     2  
     3  go 1.19
     4  
     5  // When this is the main module, use a patched version of
     6  // refraction/gotapdance with
     7  // https://github.com/astaguna/popon-core/commit/2a4121d9
     8  replace github.com/refraction-networking/gotapdance => ./replace/gotapdance
     9  
    10  // When this is the main module, gitlab.com/yawning/obfs4, used by
    11  // refraction-networking/gotapdance, is pinned at 816cff15 the last revision
    12  // published without a GPL license. This version lacks obfuscation
    13  // improvements added in revision 1a6129b6, but these changes apply only on
    14  // the server side.
    15  replace gitlab.com/yawning/obfs4.git => ./replace/obfs4.git
    16  
    17  require (
    18  	github.com/Psiphon-Inc/rotate-safe-writer v0.0.0-20210303140923-464a7a37606e
    19  	github.com/Psiphon-Labs/bolt v0.0.0-20200624191537-23cedaef7ad7
    20  	github.com/Psiphon-Labs/goptlib v0.0.0-20200406165125-c0e32a7a3464
    21  	github.com/armon/go-proxyproto v0.0.0-20180202201750-5b7edb60ff5f
    22  	github.com/astaguna/quic-go v0.0.0-20231019230656-988e1fe25088
    23  	github.com/astaguna/tls-tris v0.0.0-20231018220855-35fe37adab94
    24  	github.com/bifurcation/mint v0.0.0-20180306135233-198357931e61
    25  	github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9
    26  	github.com/cognusion/go-cache-lru v0.0.0-20170419142635-f73e2280ecea
    27  	github.com/deckarep/golang-set v0.0.0-20171013212420-1d4478f51bed
    28  	github.com/dgraph-io/badger v1.5.4-0.20180815194500-3a87f6d9c273
    29  	github.com/elazarl/goproxy v0.0.0-20200809112317-0581fc3aee2d
    30  	github.com/elazarl/goproxy/ext v0.0.0-20200809112317-0581fc3aee2d
    31  	github.com/florianl/go-nfqueue v1.1.1-0.20200829120558-a2f196e98ab0
    32  	github.com/gobwas/glob v0.2.4-0.20180402141543-f00a7392b439
    33  	github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
    34  	github.com/google/gopacket v1.1.19-0.20200831200443-df1bbd09a561
    35  	github.com/grafov/m3u8 v0.0.0-20171211212457-6ab8f28ed427
    36  	github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
    37  	github.com/juju/ratelimit v1.0.2
    38  	github.com/marusama/semaphore v0.0.0-20171214154724-565ffd8e868a
    39  	github.com/miekg/dns v1.1.44-0.20210804161652-ab67aa642300
    40  	github.com/mitchellh/panicwrap v0.0.0-20170106182340-fce601fe5557
    41  	github.com/oschwald/maxminddb-golang v1.2.1-0.20170901134056-26fe5ace1c70
    42  	github.com/patrickmn/go-cache v2.1.0+incompatible
    43  	github.com/refraction-networking/gotapdance v1.2.0
    44  	github.com/refraction-networking/utls v1.4.3
    45  	github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
    46  	github.com/sirupsen/logrus v1.8.1
    47  	github.com/stretchr/testify v1.7.1
    48  	github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8
    49  	github.com/wader/filtertransport v0.0.0-20200316221534-bdd9e61eee78
    50  	golang.org/x/crypto v0.14.0
    51  	golang.org/x/net v0.17.0
    52  	golang.org/x/sync v0.4.0
    53  	golang.org/x/sys v0.13.0
    54  	golang.org/x/term v0.13.0
    55  )
    56  
    57  require (
    58  	git.torproject.org/pluggable-transports/goptlib.git v1.2.0 // indirect
    59  	github.com/AndreasBriese/bbloom v0.0.0-20170702084017-28f7e881ca57 // indirect
    60  	github.com/BurntSushi/toml v0.3.1 // indirect
    61  	github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
    62  	github.com/andybalholm/brotli v1.0.5 // indirect
    63  	github.com/astaguna/qtls-go1-19 v0.0.0-20231018221331-0dae180cdd3b // indirect
    64  	github.com/astaguna/qtls-go1-20 v0.0.0-20231018221339-9c208fa4fb26 // indirect
    65  	github.com/davecgh/go-spew v1.1.1 // indirect
    66  	github.com/dchest/siphash v1.2.3-0.20201109081723-a21c2e7914a8 // indirect
    67  	github.com/dgryski/go-farm v0.0.0-20180109070241-2de33835d102 // indirect
    68  	github.com/gaukas/godicttls v0.0.4 // indirect
    69  	github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
    70  	github.com/golang/protobuf v1.5.3 // indirect
    71  	github.com/google/go-cmp v0.5.9 // indirect
    72  	github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
    73  	github.com/josharian/native v1.0.0 // indirect
    74  	github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
    75  	github.com/klauspost/compress v1.16.7 // indirect
    76  	github.com/mdlayher/netlink v1.4.2-0.20210930205308-a81a8c23d40a // indirect
    77  	github.com/mdlayher/socket v0.0.0-20210624160740-9dbe287ded84 // indirect
    78  	github.com/mroth/weightedrand v0.4.1 // indirect
    79  	github.com/onsi/ginkgo/v2 v2.13.0 // indirect
    80  	github.com/pkg/errors v0.9.1 // indirect
    81  	github.com/pmezard/go-difflib v1.0.0 // indirect
    82  	github.com/quic-go/qpack v0.4.0 // indirect
    83  	github.com/quic-go/quic-go v0.37.4 // indirect
    84  	github.com/sergeyfrolov/bsbuffer v0.0.0-20180903213811-94e85abb8507 // indirect
    85  	gitlab.com/yawning/obfs4.git v0.0.0-20190120164510-816cff15f425 // indirect
    86  	golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
    87  	golang.org/x/mod v0.13.0 // indirect
    88  	golang.org/x/text v0.13.0 // indirect
    89  	golang.org/x/tools v0.14.0 // indirect
    90  	google.golang.org/protobuf v1.28.0 // indirect
    91  	gopkg.in/yaml.v3 v3.0.1 // indirect
    92  	honnef.co/go/tools v0.2.1 // indirect
    93  )