-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 983 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 983 Bytes
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
module github.com/RaspberryPiPlantMonitor/backend
go 1.16
require (
github.com/Joker/hpp v1.0.0 // indirect
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/iris-contrib/middleware/cors v0.0.0-20210110101738-6d0a4d799b5d
github.com/joho/godotenv v1.3.0
github.com/kataras/iris/v12 v12.2.0-alpha2
github.com/kataras/neffos v0.0.18
github.com/klauspost/compress v1.11.8 // indirect
github.com/nats-io/jwt v1.2.2 // indirect
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
github.com/nats-io/nats.go v1.11.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
go.bug.st/serial v1.1.3
gocv.io/x/gocv v0.27.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
)