Skip to content

Commit

Permalink
Update go module to github.com/gdwr/jetson-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
GDWR committed Feb 3, 2024
1 parent 8d671fa commit 097bdcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/jetson_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package main

import (
"bufio"
"jetson-exporter/pkg/tegrastats"
"net/http"
"os"
"os/exec"

"github.com/gdwr/jetson-exporter/pkg/tegrastats"
"github.com/go-kit/log/level"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module jetson-exporter
module github.com/gdwr/jetson-exporter

go 1.21

Expand Down

0 comments on commit 097bdcf

Please sign in to comment.