oktopus/backend/services/stomp/go.mod
2023-10-27 01:47:53 -03:00

9 lines
164 B
Modula-2

module github.com/leandrofars/stomp
go 1.21.3
require (
github.com/go-stomp/stomp v2.1.4+incompatible // indirect
github.com/joho/godotenv v1.5.1 // indirect
)