oktopus/backend/services/mtp/stomp/go.mod

10 lines
188 B
Modula-2

module github.com/go-stomp/stomp/v3
go 1.15
require (
github.com/golang/mock v1.6.0
github.com/joho/godotenv v1.5.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)