Skip to content

Commit

Permalink
updated module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ComedicChimera committed May 21, 2021
1 parent d0ce7f3 commit b45e6fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module olive
module github.com/ComedicChimera/olive

go 1.16

require (
bou.ke/monkey v1.0.2 // indirect
github.com/eidolon/wordwrap v0.0.0-20161011182207-e0f54129b8bb // indirect
bou.ke/monkey v1.0.2
github.com/eidolon/wordwrap v0.0.0-20161011182207-e0f54129b8bb
)
3 changes: 2 additions & 1 deletion olive_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import (
"fmt"
"log"
"math"
"olive"
"os"
"reflect"
"testing"

"github.com/ComedicChimera/olive"

"bou.ke/monkey"
)

Expand Down

0 comments on commit b45e6fb

Please sign in to comment.