-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
27 lines (25 loc) · 1011 Bytes
/
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
module github.com/Rightech/ric-edge
go 1.13
require (
github.com/Masterminds/semver/v3 v3.1.0
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/gopcua/opcua v0.1.13
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.10
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab
github.com/pkg/errors v0.9.1
github.com/raff/goble v0.0.0-20200327175727-d63360dcfd80
github.com/robfig/cron/v3 v3.0.1
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
github.com/sirupsen/logrus v1.7.0
github.com/soniah/gosnmp v1.27.0
github.com/spf13/viper v1.7.1
github.com/stretchr/objx v0.3.0
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
go.etcd.io/bbolt v1.3.5
golang.org/x/sys v0.0.0-20210313202042-bd2e13477e9c
)