Skip to content

Commit ca3ad0d

Browse files
authored
Merge pull request #768 from kuba--/gopkg
Add go-oniguruma to Gopkg.toml
2 parents aabfc0b + 1aa187e commit ca3ad0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gopkg.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
version = "0.10.0"
7878

7979
[[override]]
80-
name = "github.com/moovweb/rubex"
81-
branch = "go1"
80+
name = "github.com/src-d/go-oniguruma"
81+
version = "1.0.0"
8282

8383
[prune]
8484
[[prune.project]]
@@ -100,4 +100,4 @@
100100
name = "gopkg.in/bblfsh/sdk.v2"
101101
go-tests = true
102102
non-go = true
103-
unused-packages = true
103+
unused-packages = true

0 commit comments

Comments
 (0)