Update modules
This commit is contained in:
parent
4705efaf17
commit
056190757b
2
main.go
2
main.go
|
@ -19,7 +19,7 @@ import (
|
|||
"flag"
|
||||
"github.com/go-logr/logr"
|
||||
"github.com/go-logr/zapr"
|
||||
"git.st8l.com/dolysis/go-ipp"
|
||||
"git.st8l.com/dolysis/cups-exporter/pkg"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||
"go.uber.org/zap"
|
||||
|
|
|
@ -17,7 +17,7 @@ package pkg
|
|||
|
||||
import (
|
||||
"github.com/go-logr/logr"
|
||||
"git.st8l.com/dolysis/go-ipp"
|
||||
ipp "git.st8l.com/dolysis/go-ipp"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"net/url"
|
||||
"strconv"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
package pkg
|
||||
|
||||
import (
|
||||
"git.st8l.com/dolysis/go-ipp"
|
||||
ipp "git.st8l.com/dolysis/go-ipp"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"strconv"
|
||||
)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
package pkg
|
||||
|
||||
import (
|
||||
"git.st8l.com/dolysis/go-ipp"
|
||||
ipp "git.st8l.com/dolysis/go-ipp"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue