-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
43 lines (41 loc) · 1.64 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/byuoitav/av-control-api
go 1.14
require (
github.com/byuoitav/atlona v0.1.9
github.com/byuoitav/justaddpower v0.1.2
github.com/byuoitav/keydigital v0.1.2
github.com/byuoitav/kramer v0.1.2
github.com/byuoitav/kramer-driver v0.1.13
github.com/byuoitav/london v0.1.1
github.com/byuoitav/qsc v0.1.3
github.com/byuoitav/sony v0.2.3
github.com/gin-gonic/gin v1.6.3
github.com/go-kivik/couchdb/v3 v3.2.1
github.com/go-kivik/kivik/v3 v3.2.0
github.com/go-kivik/kivikmock/v3 v3.1.1
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.0
github.com/json-iterator/go v1.1.10 // indirect
github.com/matryer/is v1.4.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/segmentio/ksuid v1.0.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
github.com/ugorji/go v1.1.13 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
go.etcd.io/bbolt v1.3.5
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20201029055024-942e2f445f3c
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20201029080932-201ba4db2418 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201015182029-a5d9e455e9c4 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0
honnef.co/go/tools v0.0.1-2020.1.6 // indirect
)