Skip to content

Commit

Permalink
chore(go): replace moovweb with jmastr
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Strobl <[email protected]>
  • Loading branch information
jmastr committed Jan 5, 2025
1 parent 04b7b50 commit 740e18c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion css/css.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ package css

import (
"fmt"
"github.com/moovweb/rubex"
"strings"

"github.com/jmastr/rubex"
)

type Lexeme int
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/jmastr/gokogiri

go 1.22

require github.com/moovweb/rubex v0.0.2-0.20160224233712-cb849acea614
require github.com/jmastr/rubex v0.0.2-0.20250105112127-0367171903fd
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/moovweb/rubex v0.0.2-0.20160224233712-cb849acea614 h1:eWmomQnhMH5v9BRwWvpT7FO0TuNmFL6t9NF8PD/NRO8=
github.com/moovweb/rubex v0.0.2-0.20160224233712-cb849acea614/go.mod h1:90aE2qyzrZcSjdtHLiLvKXwXepSU2Xov6T/3g/rTEt4=
github.com/jmastr/rubex v0.0.2-0.20250105112127-0367171903fd h1:+WczfASVVkWCvZzM0CRVYI1BN2+jygr8LBQ5epHXg10=
github.com/jmastr/rubex v0.0.2-0.20250105112127-0367171903fd/go.mod h1:uWfomkxENuS9GQs4tQQy1+lOwuNp+VpmgvWAYTWuzLo=

0 comments on commit 740e18c

Please sign in to comment.