go.undefinedlabs.com/scopeagent@v0.4.2/go.mod (about)

     1  module go.undefinedlabs.com/scopeagent
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/beevik/ntp v0.3.0
     7  	github.com/davecgh/go-spew v1.1.1
     8  	github.com/go-errors/errors v1.0.2
     9  	github.com/gogo/protobuf v1.3.1
    10  	github.com/golang/protobuf v1.4.2 // indirect
    11  	github.com/google/uuid v1.1.1
    12  	github.com/mitchellh/go-homedir v1.1.0
    13  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    14  	github.com/opentracing/basictracer-go v1.1.0
    15  	github.com/opentracing/opentracing-go v1.1.0
    16  	github.com/sirupsen/logrus v1.6.0
    17  	github.com/stretchr/testify v1.5.1
    18  	github.com/undefinedlabs/go-mpatch v1.0.6
    19  	github.com/vmihailenco/msgpack v4.0.4+incompatible
    20  	golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
    21  	golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
    22  	google.golang.org/appengine v1.6.6 // indirect
    23  	google.golang.org/grpc v1.29.1
    24  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
    25  	gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
    26  )