13
go.mod
Normal file
13
go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module github.com/unistack-org/micro-api-handler-rpc/v3
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/evanphx/json-patch/v5 v5.2.0
|
||||
github.com/gobwas/httphead v0.1.0
|
||||
github.com/gobwas/pool v0.2.1 // indirect
|
||||
github.com/gobwas/ws v1.0.4
|
||||
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/unistack-org/micro/v3 v3.1.1
|
||||
)
|
Reference in New Issue
Block a user