-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.07 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
module github.com/jsautret/genapid
go 1.14
require (
github.com/PaesslerAG/gval v1.1.0
github.com/PaesslerAG/jsonpath v0.1.1
github.com/buger/jsonparser v1.1.1 // indirect
github.com/go-playground/mold/v4 v4.0.0
github.com/go-playground/validator/v10 v10.4.1
github.com/go-test/deep v1.0.7
github.com/gogo/protobuf v1.3.2 // indirect
github.com/h2non/filetype v1.1.1 // indirect
github.com/jsautret/zltest v0.3.0
github.com/kr/pretty v0.1.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lithammer/fuzzysearch v1.1.1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.4.1
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.20.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/vishen/go-chromecast v0.2.10-0.20210325213221-ac359eecd3f3
github.com/ybbus/jsonrpc v2.1.2+incompatible
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)