github.com/tada-team/tdproto@v1.51.57/go.mod (about)

     1  module github.com/tada-team/tdproto
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.1 // indirect
     7  	github.com/fxamacker/cbor/v2 v2.3.0
     8  	github.com/google/uuid v1.3.0
     9  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    10  	github.com/pkg/errors v0.9.1
    11  	github.com/vmihailenco/msgpack/v5 v5.3.4
    12  	gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
    13  )