This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
a21aba6
commit 15812fa
Showing
3 changed files
with
288 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.