github.com/Carcraftz/utls@v0.0.0-20220413235215-6b7c52fd78b6/go.mod (about)

     1  module github.com/Carcraftz/utls
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/dsnet/compress v0.0.1
     7  	gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec
     8  	gitlab.com/yawning/utls.git v0.0.12-1
     9  	golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
    10  	golang.org/x/net v0.0.0-20190328230028-74de082e2cca
    11  )
    12  
    13  require (
    14  	golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
    15  	golang.org/x/text v0.3.0 // indirect
    16  )