-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
28 lines (26 loc) · 1.09 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
module github.com/tinyiot/thing-directory
go 1.14
require (
github.com/antchfx/jsonquery v1.1.4
github.com/bhmj/jsonslice v0.0.0-20200507101114-bc37219df21b
github.com/codegangsta/negroni v1.0.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/evanphx/json-patch/v5 v5.1.0
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.7.3
github.com/grandcat/zeroconf v1.0.1-0.20200528163356-cfc8183341d9
github.com/justinas/alice v0.0.0-20160512134231-052b8b6c18ed
github.com/kelseyhightower/envconfig v1.4.0
github.com/linksmart/go-sec v1.4.2
github.com/linksmart/service-catalog/v3 v3.0.0-beta.1.0.20200302143206-92739dd2a511
github.com/miekg/dns v1.1.29 // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/rs/cors v1.7.0
github.com/satori/go.uuid v1.2.0
github.com/syndtr/goleveldb v1.0.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
)