Skip to content

Commit 232d5ae

Browse files
author
Maurizio Branca
committed
Initial import
0 parents  commit 232d5ae

File tree

4 files changed

+604
-0
lines changed

4 files changed

+604
-0
lines changed

go.mod

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module github.com/zmoog/mariquita
2+
3+
go 1.15
4+
5+
require (
6+
github.com/bcmi-labs/oniudra-cli v0.15.8
7+
github.com/eclipse/paho.mqtt.golang v1.3.2
8+
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
9+
github.com/sirupsen/logrus v1.8.1
10+
)
11+
12+
replace github.com/cisco/senml => github.com/bcmi-labs/senml v0.1.0

0 commit comments

Comments
 (0)