Skip to content

Commit 1a9d845

Browse files
committed
Update minor-dependencies
1 parent 8b64ccd commit 1a9d845

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/Rightech/ric-edge
33
go 1.13
44

55
require (
6-
github.com/Masterminds/semver/v3 v3.1.0
7-
github.com/eclipse/paho.mqtt.golang v1.2.0
6+
github.com/Masterminds/semver/v3 v3.1.1
7+
github.com/eclipse/paho.mqtt.golang v1.3.2
88
github.com/gopcua/opcua v0.1.13
99
github.com/gorilla/websocket v1.4.2
1010
github.com/json-iterator/go v1.1.10
@@ -17,8 +17,8 @@ require (
1717
github.com/robfig/cron/v3 v3.0.1
1818
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
1919
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
20+
github.com/sirupsen/logrus v1.8.1
21+
github.com/soniah/gosnmp v1.30.0
2222
github.com/spf13/viper v1.7.1
2323
github.com/stretchr/objx v0.3.0
2424
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da

0 commit comments

Comments
 (0)