Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Version 2.1.0. (#66)
Browse files Browse the repository at this point in the history
Synse sdk 2.1.1. Pick up device_info field on read.
Update golang and all dependencies.
Partial fix for https://vaporio.atlassian.net/browse/VIO-845
  • Loading branch information
MatthewHink authored Jun 7, 2021
1 parent a21aba6 commit 15812fa
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

PLUGIN_NAME := snmp
PLUGIN_VERSION := 2.0.4
PLUGIN_VERSION := 2.1.0
IMAGE_NAME := vaporio/snmp-plugin
BIN_NAME := synse-snmp-plugin

Expand Down
25 changes: 11 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
module github.com/vapor-ware/synse-snmp-plugin

go 1.13
go 1.16

require (
github.com/creasty/defaults v1.5.1 // indirect
github.com/google/uuid v1.1.4 // indirect
github.com/gosnmp/gosnmp v1.29.0
github.com/imdario/mergo v0.3.11 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gosnmp/gosnmp v1.32.0
github.com/imdario/mergo v0.3.12 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/prometheus/client_golang v1.9.0 // indirect
github.com/prometheus/procfs v0.3.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/prometheus/common v0.28.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/vapor-ware/synse-sdk v0.1.0-alpha.0.20210114223536-29395e859e32
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f // indirect
google.golang.org/grpc v1.35.0 // indirect
github.com/vapor-ware/synse-sdk v0.1.0-alpha.0.20210413152122-9d6dea743ebb
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
google.golang.org/genproto v0.0.0-20210607140030-00d4fb20b1ae // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit 15812fa

Please sign in to comment.