mirror of
https://github.com/unpoller/unpoller.git
synced 2026-05-11 18:32:06 -04:00
update deps
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.15.x
|
||||
- 1.16.x
|
||||
before_install:
|
||||
# download super-linter: golangci-lint
|
||||
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
module github.com/unifi-poller/inputunifi
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/unifi-poller/poller v0.0.0-20210315075554-47d92433b172
|
||||
github.com/unifi-poller/unifi v0.0.7-0.20210315051727-4c317f9a2b95
|
||||
github.com/unifi-poller/unifi v0.0.7
|
||||
github.com/unifi-poller/webserver v0.0.0-20210315055414-fa42b37295b7
|
||||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
|
||||
golang.org/x/net v0.0.0-20210324205630-d1beb07c2056 // indirect
|
||||
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user