Skip to content

Commit

Permalink
Update go.mod for siderolabs org
Browse files Browse the repository at this point in the history
  • Loading branch information
mologie committed Jan 16, 2024
1 parent 8565d05 commit f3748c9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions cmd/talos-vmtoolsd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package main
import (
"flag"
"fmt"
vmtoolsd "github.com/mologie/talos-vmtoolsd"
"github.com/mologie/talos-vmtoolsd/internal/nanotoolbox"
"github.com/mologie/talos-vmtoolsd/internal/talosapi"
"github.com/mologie/talos-vmtoolsd/internal/tboxcmds"
vmtoolsd "github.com/siderolabs/talos-vmtoolsd"
"github.com/siderolabs/talos-vmtoolsd/internal/nanotoolbox"
"github.com/siderolabs/talos-vmtoolsd/internal/talosapi"
"github.com/siderolabs/talos-vmtoolsd/internal/tboxcmds"
"github.com/sirupsen/logrus"
vmguestmsg "github.com/vmware/vmw-guestinfo/message"
"github.com/vmware/vmw-guestinfo/vmcheck"
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 github.com/mologie/talos-vmtoolsd
module github.com/siderolabs/talos-vmtoolsd

go 1.21.0

Expand Down
2 changes: 1 addition & 1 deletion internal/talosapi/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"github.com/cosi-project/runtime/pkg/resource"
"github.com/golang/protobuf/ptypes/empty"
"github.com/mologie/talos-vmtoolsd/internal/tboxcmds"
"github.com/siderolabs/talos-vmtoolsd/internal/tboxcmds"
"github.com/siderolabs/talos/pkg/machinery/api/machine"
talosclient "github.com/siderolabs/talos/pkg/machinery/client"
talosconfig "github.com/siderolabs/talos/pkg/machinery/client/config"
Expand Down
2 changes: 1 addition & 1 deletion internal/tboxcmds/guestinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package tboxcmds
import (
"bytes"
"fmt"
"github.com/mologie/talos-vmtoolsd/internal/nanotoolbox"
"github.com/siderolabs/talos-vmtoolsd/internal/nanotoolbox"
"github.com/sirupsen/logrus"
xdr "github.com/stellar/go-xdr/xdr3"
"net/netip"
Expand Down
2 changes: 1 addition & 1 deletion internal/tboxcmds/power.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package tboxcmds

import (
"fmt"
"github.com/mologie/talos-vmtoolsd/internal/nanotoolbox"
"github.com/siderolabs/talos-vmtoolsd/internal/nanotoolbox"
"github.com/sirupsen/logrus"
)

Expand Down
4 changes: 2 additions & 2 deletions internal/tboxcmds/vix.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (
"encoding/base64"
"encoding/binary"
"fmt"
tvmtoolsd "github.com/mologie/talos-vmtoolsd"
"github.com/mologie/talos-vmtoolsd/internal/nanotoolbox"
tvmtoolsd "github.com/siderolabs/talos-vmtoolsd"
"github.com/siderolabs/talos-vmtoolsd/internal/nanotoolbox"
"github.com/sirupsen/logrus"
"github.com/vmware/govmomi/toolbox/vix"
)
Expand Down

0 comments on commit f3748c9

Please sign in to comment.