github.com/futurehomeno/fimpgo@v1.14.0/go.mod (about)

     1  module github.com/futurehomeno/fimpgo
     2  
     3  require (
     4  	github.com/buger/jsonparser v1.1.1
     5  	github.com/eclipse/paho.mqtt.golang v1.4.3
     6  	github.com/golang-jwt/jwt v3.2.2+incompatible
     7  	github.com/google/uuid v1.6.0
     8  	github.com/pkg/errors v0.9.1
     9  	github.com/sirupsen/logrus v1.9.3
    10  	github.com/stretchr/testify v1.8.4
    11  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    12  )
    13  
    14  require (
    15  	github.com/BurntSushi/toml v0.3.1 // indirect
    16  	github.com/davecgh/go-spew v1.1.1 // indirect
    17  	github.com/gorilla/websocket v1.5.0 // indirect
    18  	github.com/kr/pretty v0.1.0 // indirect
    19  	github.com/pmezard/go-difflib v1.0.0 // indirect
    20  	golang.org/x/net v0.21.0 // indirect
    21  	golang.org/x/sync v0.6.0 // indirect
    22  	golang.org/x/sys v0.17.0 // indirect
    23  	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
    24  	gopkg.in/yaml.v2 v2.3.0 // indirect
    25  	gopkg.in/yaml.v3 v3.0.1 // indirect
    26  )
    27  
    28  go 1.20