Rename module

master
Buddy Sandidge 5 years ago
parent 0cf0be261a
commit 39e9dcedf0

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"os" "os"
"git.xbudex.com/buddy/open-hardware-monitor/lib/app" "git.buddy.wtf/buddy/open-hardware-monitor-client/lib/app"
) )
func main() { func main() {

@ -1,4 +1,4 @@
module git.xbudex.com/buddy/open-hardware-monitor module git.buddy.wtf/buddy/open-hardware-monitor-client
go 1.13 go 1.13

@ -8,8 +8,8 @@ import (
"net/url" "net/url"
"os" "os"
"git.xbudex.com/buddy/open-hardware-monitor/lib/client" "git.buddy.wtf/buddy/open-hardware-monitor-client/lib/client"
"git.xbudex.com/buddy/open-hardware-monitor/lib/metrics" "git.buddy.wtf/buddy/open-hardware-monitor-client/lib/metrics"
"github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp" "github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/urfave/cli" "github.com/urfave/cli"

@ -1,7 +1,7 @@
package metrics package metrics
import ( import (
"git.xbudex.com/buddy/open-hardware-monitor/lib/client" "git.buddy.wtf/buddy/open-hardware-monitor-client/lib/client"
"github.com/gosimple/slug" "github.com/gosimple/slug"
"github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus"
) )

Loading…
Cancel
Save