github.com/instana/go-sensor@v1.62.2-0.20240520081010-4919868049e1/go.mod (about)

     1  module github.com/instana/go-sensor
     2  
     3  go 1.21
     4  
     5  require (
     6  	github.com/looplab/fsm v1.0.1
     7  	github.com/opentracing/opentracing-go v1.2.0
     8  	github.com/stretchr/testify v1.8.1
     9  )
    10  
    11  require (
    12  	github.com/davecgh/go-spew v1.1.1 // indirect
    13  	github.com/pmezard/go-difflib v1.0.0 // indirect
    14  	gopkg.in/yaml.v3 v3.0.1 // indirect
    15  )