forked from gregorychen3/espresso-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.22 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (30 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/gregorychen3/espresso-controller
go 1.16
require (
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/go-chi/chi v1.5.4
github.com/go-chi/cors v1.1.1
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/golang/protobuf v1.5.1
github.com/google/uuid v1.2.0
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/improbable-eng/grpc-web v0.14.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.10.0
github.com/rs/cors v1.7.0 // indirect
github.com/shirou/gopsutil v3.21.2+incompatible
github.com/soheilhy/cmux v0.1.4
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stianeikeland/go-rpio/v4 v4.4.0
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/yryz/ds18b20 v0.0.0-20200527154408-4a8f84bb82d4
go.uber.org/zap v1.16.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.0.0-20200308013534-11ec41452d41 // indirect
google.golang.org/grpc v1.36.0
google.golang.org/grpc/examples v0.0.0-20210323221903-faf4e1c777f0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
nhooyr.io/websocket v1.8.6 // indirect
)