Skip to content

Commit

Permalink
Rename gomodule to jetson-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
GDWR committed Feb 3, 2024
1 parent ba51e49 commit b97b19d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions cmd/jetson_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ package main

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

"github.com/go-kit/log/level"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/prometheus/common/promlog"
"jetson_exporter/pkg/tegrastats"
"net/http"
"os"
"os/exec"
)

var (
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 jetson-exporter

go 1.21

Expand Down

0 comments on commit b97b19d

Please sign in to comment.