Update import path

This commit is contained in:
David Newhall II 2019-08-15 13:22:09 -07:00
parent b037667230
commit 7c2614e95f
5 changed files with 14 additions and 14 deletions

View File

@ -1,14 +1,6 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
digest = "1:6a0be013a234fe00d3c080db2b887aee9cd6bc8f3f559b8b7a079150c34ba017"
name = "code.golift.io/unifi"
packages = ["."]
pruneopts = "UT"
revision = "c998e559a9b52f7e7859de86e7f69b40582d3e37"
version = "v3.3.2"
[[projects]]
digest = "1:9f3b30d9f8e0d7040f729b82dcbc8f0dead820a133b3147ce355fc451f32d761"
name = "github.com/BurntSushi/toml"
@ -27,7 +19,7 @@
"v2",
]
pruneopts = "UT"
revision = "8ff2fc3824fcb533795f9a2f233275f0bb18d6c5"
revision = "fc22c7df067eefd070157f157893fbce961d6359"
[[projects]]
digest = "1:cf31692c14422fa27c83a05292eb5cbe0fb2775972e8f1f8446a71549bd8980b"
@ -45,6 +37,14 @@
revision = "298182f68c66c05229eb03ac171abe6e309ee79a"
version = "v1.0.3"
[[projects]]
digest = "1:6a0be013a234fe00d3c080db2b887aee9cd6bc8f3f559b8b7a079150c34ba017"
name = "golift.io/unifi"
packages = ["."]
pruneopts = "UT"
revision = "c998e559a9b52f7e7859de86e7f69b40582d3e37"
version = "v3.3.2"
[[projects]]
digest = "1:4d2e5a73dc1500038e504a8d78b986630e3626dc027bc030ba5c75da257cdb96"
name = "gopkg.in/yaml.v2"
@ -57,11 +57,11 @@
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"code.golift.io/unifi",
"github.com/BurntSushi/toml",
"github.com/influxdata/influxdb1-client/v2",
"github.com/pkg/errors",
"github.com/spf13/pflag",
"golift.io/unifi",
"gopkg.in/yaml.v2",
]
solver-name = "gps-cdcl"

View File

@ -3,9 +3,9 @@ package unifipoller
import (
"time"
"code.golift.io/unifi"
influx "github.com/influxdata/influxdb1-client/v2"
"github.com/spf13/pflag"
"golift.io/unifi"
)
// Version is injected by the Makefile

View File

@ -5,8 +5,8 @@ import (
"os"
"strings"
"code.golift.io/unifi"
"github.com/pkg/errors"
"golift.io/unifi"
)
// DumpJSONPayload prints raw json from the UniFi Controller.

View File

@ -10,11 +10,11 @@ import (
"strings"
"time"
"code.golift.io/unifi"
"github.com/BurntSushi/toml"
influx "github.com/influxdata/influxdb1-client/v2"
"github.com/pkg/errors"
flag "github.com/spf13/pflag"
"golift.io/unifi"
yaml "gopkg.in/yaml.v2"
)

View File

@ -6,9 +6,9 @@ import (
"strings"
"time"
"code.golift.io/unifi"
influx "github.com/influxdata/influxdb1-client/v2"
"github.com/pkg/errors"
"golift.io/unifi"
)
// CheckSites makes sure the list of provided sites exists on the controller.