Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matriphe committed May 19, 2020
1 parent c9b3b28 commit bb6f7e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion item.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package sengkala

import (
"fmt"
"sengkala/data"
"strconv"
"strings"

"github.com/matriphe/sengkala/data"
)

type (
Expand Down
3 changes: 2 additions & 1 deletion sengkala.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package sengkala

import (
"sengkala/data"
"time"

"github.com/matriphe/sengkala/data"

"github.com/RadhiFadlillah/go-hijri"
)

Expand Down

0 comments on commit bb6f7e0

Please sign in to comment.