From 864c8a374386af2031cb84b0470b5f18b8a60e26 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Thu, 25 Mar 2021 02:09:06 -0700 Subject: [PATCH] one more vendor update --- go.mod | 1 + go.sum | 2 ++ 2 files changed, 3 insertions(+) diff --git a/go.mod b/go.mod index f520c858..82f88333 100644 --- a/go.mod +++ b/go.mod @@ -13,6 +13,7 @@ require ( github.com/unifi-poller/poller v0.0.0-20210325084048-71b84a5c7ed4 github.com/unifi-poller/promunifi v0.0.0-20210325083805-78fe8615bfbe github.com/unifi-poller/unifi v0.0.7 // indirect + github.com/unifi-poller/webserver v0.0.0-20210325090816-b4db5feaea83 // indirect 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 diff --git a/go.sum b/go.sum index 4de5b0fa..789608bd 100644 --- a/go.sum +++ b/go.sum @@ -300,6 +300,8 @@ github.com/unifi-poller/unifi v0.0.7 h1:6xkXRwSKH+6cYbkwd7HNf+AoT10fZvVFicefyQYe github.com/unifi-poller/unifi v0.0.7/go.mod h1:t8xQeZGwqInlBkvC3IClOXL4TpqYF5eI++1D+dvjKeo= github.com/unifi-poller/webserver v0.0.0-20210315055414-fa42b37295b7 h1:WU/FaFcNl+f/yZ8AXuqhUXFlxpS/8T8lI1WYRZelf7c= github.com/unifi-poller/webserver v0.0.0-20210315055414-fa42b37295b7/go.mod h1:7iwUoYHCsJ93p2Qd7UGxLRuH+Ls5wbe3EVBUz+RyxUM= +github.com/unifi-poller/webserver v0.0.0-20210325090816-b4db5feaea83 h1:hkjrygMwANXCUdRBCwQ0Z7Sew4G4d30tjYuAYVmhdKc= +github.com/unifi-poller/webserver v0.0.0-20210325090816-b4db5feaea83/go.mod h1:elxTpcA1Zml/3BNjNAF2pmUM8QeE4Yn08uqraPnsTQw= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=