Skip to content

Commit

Permalink
chore: update to github module
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Hamer committed Apr 2, 2024
1 parent d768682 commit 642f293
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ansible/file.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package ansible

import (
"ansible-rekey/common"
"bytes"
"github.com/monotok/ansible-utils/common"
"gopkg.in/yaml.v3"
"io"
"io/fs"
Expand Down
4 changes: 2 additions & 2 deletions cmd/rekey.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package cmd

import (
"ansible-rekey/ansible"
"ansible-rekey/rekey"
"fmt"
"github.com/monotok/ansible-utils/ansible"
"github.com/monotok/ansible-utils/rekey"
"github.com/spf13/cobra"
"golang.org/x/crypto/ssh/terminal"
"log"
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 ansible-rekey
module github.com/monotok/ansible-utils

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright © 2024 NAME HERE <EMAIL ADDRESS>
package main

import (
"ansible-rekey/cmd"
"github.com/monotok/ansible-utils/cmd"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion rekey/rekey.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package rekey

import (
"ansible-rekey/common"
"bytes"
"github.com/monotok/ansible-utils/common"
log "github.com/sirupsen/logrus"
vault "github.com/sosedoff/ansible-vault-go"
"gopkg.in/yaml.v3"
Expand Down

0 comments on commit 642f293

Please sign in to comment.