Skip to content

Commit

Permalink
Changed go prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
GJSBRT committed Mar 10, 2024
1 parent d9ab059 commit f1d7d6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gijs.eu/huawei-modbus
module gijs.eu/vonkje

go 1.22.0
go 1.22

require (
github.com/gorilla/mux v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"context"
"os/signal"

"gijs.eu/huawei-modbus/http"
"gijs.eu/huawei-modbus/modbus"
"gijs.eu/vonkje/http"
"gijs.eu/vonkje/modbus"

"github.com/spf13/viper"
"github.com/sirupsen/logrus"
Expand Down
2 changes: 1 addition & 1 deletion modbus/modbus.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"time"

"gijs.eu/huawei-modbus/utils"
"gijs.eu/vonkje/utils"

"github.com/sirupsen/logrus"
"github.com/prometheus/client_golang/prometheus"
Expand Down

0 comments on commit f1d7d6a

Please sign in to comment.