We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a75cf commit 468270bCopy full SHA for 468270b
go.mod
@@ -3,7 +3,7 @@ module github.com/Rightech/ric-edge
3
go 1.13
4
5
require (
6
- github.com/Masterminds/semver/v3 v3.1.0
+ github.com/Masterminds/semver/v3 v3.1.1
7
github.com/eclipse/paho.mqtt.golang v1.2.0
8
github.com/gopcua/opcua v0.1.13
9
github.com/gorilla/websocket v1.4.2
@@ -18,7 +18,7 @@ require (
18
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
19
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
20
github.com/sirupsen/logrus v1.7.0
21
- github.com/soniah/gosnmp v1.27.0
+ github.com/soniah/gosnmp v1.28.0
22
github.com/spf13/viper v1.7.1
23
github.com/stretchr/objx v0.3.0
24
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
0 commit comments