module github.com/cyrildever/go-utls go 1.14 require ( github.com/andybalholm/brotli v1.0.1 // indirect github.com/beevik/ntp v0.3.0 github.com/btcsuite/btcd v0.21.0-beta // indirect github.com/elliotchance/orderedmap v1.3.0 github.com/ethereum/go-ethereum v1.9.25 github.com/fatih/color v1.10.0 github.com/go-stack/stack v1.8.0 github.com/gofrs/uuid v4.0.0+incompatible github.com/golang/protobuf v1.4.3 // indirect github.com/google/go-cmp v0.5.4 // indirect github.com/klauspost/compress v1.11.7 // indirect github.com/kr/text v0.2.0 // indirect github.com/metakeule/fmtdate v1.1.2 github.com/sammyne/bip32 v1.0.1 github.com/stretchr/testify v1.7.0 // indirect github.com/tidwall/pretty v1.0.2 // indirect github.com/valyala/fasthttp v1.19.0 github.com/vmihailenco/msgpack v4.0.4+incompatible go.mongodb.org/mongo-driver v1.4.6 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect golang.org/x/text v0.3.5 google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.25.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect gotest.tools v2.2.0+incompatible )