13 lines
309 B
Modula-2
13 lines
309 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
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
|
)
|