maeqtt/go.mod

12 lines
285 B
Modula-2
Raw Permalink Normal View History

2021-08-26 15:08:24 +02:00
module badat.dev/maeqtt/v2
go 1.16
2021-09-28 12:30:32 +02:00
require (
github.com/gdexlab/go-render v1.0.1 // indirect
github.com/josharian/impl v1.1.0 // indirect
golang.org/x/mod v0.5.0 // indirect
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
golang.org/x/tools v0.1.5 // indirect
)