diff options
author | Amine Hilaly <hilalyamine@gmail.com> | 2019-05-05 17:48:49 +0200 |
---|---|---|
committer | Amine Hilaly <hilalyamine@gmail.com> | 2019-05-05 18:16:10 +0200 |
commit | 2e17f371758ad25a3674d65ef0e8e32a4660e6d4 (patch) | |
tree | 7c4bfd33ae24f272df045583c4ace761c8dd4242 /Gopkg.lock | |
parent | 537eddb97843a3f520fdedcd35f77b08880a4829 (diff) | |
download | git-bug-2e17f371758ad25a3674d65ef0e8e32a4660e6d4.tar.gz |
Add unicode control characters test case
Move `cleanupText` to utils/text/transform.go
`text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe`
Add golang.org/x/text dependencies
fix text.Cleanup
Fix import panic
Diffstat (limited to 'Gopkg.lock')
-rw-r--r-- | Gopkg.lock | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -387,6 +387,17 @@ revision = "ac767d655b305d4e9612f5f6e33120b9176c4ad4" [[projects]] + digest = "1:86cb348528a842f96e651ca3f8197070e9ebc315f8c73e71d0df7a60e92a6db1" + name = "golang.org/x/text" + packages = [ + "runes", + "transform", + ] + pruneopts = "UT" + revision = "342b2e1fbaa52c93f31447ad2c6abc048c63e475" + version = "v0.3.2" + +[[projects]] digest = "1:71850ac10bbeb4d8dd06ce0743fe57654daf28510b0f6cbd9692aaf0d269360e" name = "golang.org/x/tools" packages = [ @@ -460,6 +471,8 @@ "github.com/vektah/gqlparser/ast", "golang.org/x/crypto/ssh/terminal", "golang.org/x/oauth2", + "golang.org/x/text/runes", + "golang.org/x/text/transform", ] solver-name = "gps-cdcl" solver-version = 1 |