-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
23 lines (21 loc) · 951 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/dh1tw/remoteSwitch
go 1.16
require (
github.com/asim/go-micro/plugins/broker/nats/v3 v3.0.0-20210416163442-a91d1f7a3dbb
github.com/asim/go-micro/plugins/registry/nats/v3 v3.0.0-20210416163442-a91d1f7a3dbb
github.com/asim/go-micro/plugins/transport/nats/v3 v3.0.0-20210416163442-a91d1f7a3dbb
github.com/asim/go-micro/v3 v3.5.2-0.20210425055400-b11a2f17e92c
github.com/dh1tw/nolistfs v0.1.0
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/nats-io/nats.go v1.10.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
golang.org/x/net v0.0.0-20210420210106-798c2154c571 // indirect
golang.org/x/sys v0.0.0-20210420205809-ac73e9fd8988 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.26.0
periph.io/x/periph v3.6.7+incompatible
)