Rename module

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

@ -4,7 +4,7 @@ import (
"fmt"
"os"
"git.xbudex.com/buddy/open-hardware-monitor/lib/app"
"git.buddy.wtf/buddy/open-hardware-monitor-client/lib/app"
)
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

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

@ -1,7 +1,7 @@
package metrics
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/prometheus/client_golang/prometheus"
)

Loading…
Cancel
Save