12
go.mod
Normal file
12
go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module github.com/unistack-org/micro-register-mdns/v3
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.2.0
|
||||
github.com/miekg/dns v1.1.31
|
||||
github.com/unistack-org/micro/v3 v3.2.14
|
||||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
||||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
||||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
||||
)
|
Reference in New Issue
Block a user