mirror of
https://github.com/vale981/agent
synced 2025-03-04 09:01:42 -05:00
14 lines
371 B
Modula-2
14 lines
371 B
Modula-2
module github.com/indihub-space/agent
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/clbanning/mxj v1.8.4
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/fatih/color v1.9.0
|
|
github.com/golang/protobuf v1.3.3
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
github.com/labstack/gommon v0.3.0
|
|
google.golang.org/grpc v1.27.1
|
|
)
|