mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
*: module rename to go-enry/go-enry/v4
This commit is contained in:
8
go.mod
8
go.mod
@ -1,11 +1,11 @@
|
||||
module github.com/bzz/enry/v2
|
||||
module github.com/go-enry/go-enry/v2
|
||||
|
||||
go 1.12
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/src-d/go-oniguruma v1.1.0
|
||||
github.com/go-enry/go-oniguruma v1.2.0
|
||||
github.com/stretchr/testify v1.3.0
|
||||
github.com/toqueteos/trie v1.0.0 // indirect
|
||||
gopkg.in/toqueteos/substring.v1 v1.0.2
|
||||
gopkg.in/yaml.v2 v2.2.2
|
||||
gopkg.in/yaml.v2 v2.2.8
|
||||
)
|
||||
|
Reference in New Issue
Block a user