Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Mateus <[email protected]>
  • Loading branch information
rjmateus committed Mar 22, 2021
1 parent 4dabc0f commit 792e02d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/rmateus/uyuni-cli
module github.com/rjmateus/uyuni-cli

go 1.13
go 1.9
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/rmateus/uyuni-cli/processor"
"github.com/rjmateus/uyuni-cli/processor"
"log"
"os"
"os/user"
Expand Down

0 comments on commit 792e02d

Please sign in to comment.