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

Version 2.1.1. #67

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


// Include this shared CI repository to load script helpers and libraries.
library identifier: 'vapor@1.0.3', retriever: modernSCM([
library identifier: 'vapor@1.12.0', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/vapor-ware/ci-shared.git',
credentialsId: 'vio-bot-gh',
Expand Down
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.1.0
PLUGIN_VERSION := 2.1.1
IMAGE_NAME := vaporio/snmp-plugin
BIN_NAME := synse-snmp-plugin

Expand Down
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.16

require (
github.com/creasty/defaults v1.5.1 // 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
Expand All @@ -13,9 +12,8 @@ require (
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.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
golang.org/x/sys v0.0.0-20210608053332-aa57babbf139 // indirect
golang.org/x/time v0.0.0-20210608053304-ed9ce3a009e4 // indirect
google.golang.org/genproto v0.0.0-20210608205507-b6d2f5bf0d7d // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading