module github.com/dh1tw/remoteRotator go 1.13 require ( github.com/GeertJohan/go.rice v1.0.0 github.com/gogo/protobuf v1.3.1 github.com/golang/protobuf v1.3.2 github.com/gorilla/mux v1.7.3 github.com/gorilla/websocket v1.4.1 github.com/micro/go-micro v1.16.0 github.com/micro/go-plugins v1.5.1 github.com/micro/mdns v0.3.0 github.com/nats-io/nats.go v1.9.1 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.5.0 github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 golang.org/x/net v0.0.0-20191112182307-2180aed22343 )