Skip to content

Commit

Permalink
update go mod and remove pinyin mod
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Nov 25, 2020
1 parent fff2b1a commit 9161148
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 32 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/go-ego/gpy
go 1.13

require (
github.com/go-ego/gse v0.63.1
github.com/go-ego/gse v0.63.2
github.com/mattn/go-isatty v0.0.12
github.com/vcaesar/tt v0.11.0
)
14 changes: 8 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
github.com/go-ego/cedar v0.10.1 h1:zv0mqL1ZDnQrYco1p+CIZZwYO7UF07ponW9a51PUij0=
github.com/go-ego/cedar v0.10.1/go.mod h1:8PerMCSjZ4DLzBNxWTcvvhUops+zXeeGGGA9a1bgvlA=
github.com/go-ego/gse v0.63.1 h1:WVERfamITO77ggCkNKvb/8QvETaM5/YE8vQ/gRRCNZM=
github.com/go-ego/gse v0.63.1/go.mod h1:ShrS1GY+mkTMNSay65Ya/AIkguGM2tVmkDYcwOKPT6o=
github.com/vcaesar/tt v0.10.1 h1:0DEl+XkyXivEwb/7jIYhDQ1g7KtMYqD/ZqABcMwC3wo=
github.com/vcaesar/tt v0.10.1/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=
github.com/go-ego/cedar v0.10.2 h1:0AQkBNfHAzuUn306v0ydMXAawHoIdxiYwN1+2XvFySw=
github.com/go-ego/cedar v0.10.2/go.mod h1:OlEbpcRpzwp69CoCXPJTmrOzELoGAmFDgW3hdWrHHc0=
github.com/go-ego/gse v0.63.2 h1:uX6AhpiEJVPjVxpgmziJnye52lZ2UnXAycvosoMc9JQ=
github.com/go-ego/gse v0.63.2/go.mod h1:nSPjeaLwb5AlHI4b83iXFM+cA2wBx2Xxq/Bbf0BU0ME=
github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
github.com/vcaesar/tt v0.11.0 h1:obQecjgbnAxxC6OYGY6yDvhGRW2PR5wD8Ma2uJH3WGA=
github.com/vcaesar/tt v0.11.0/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 h1:vEOn+mP2zCOVzKckCZy6YsCtDblrpj/w7B9nxGNELpg=
golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
10 changes: 0 additions & 10 deletions tools/pinyin/go.mod

This file was deleted.

15 changes: 0 additions & 15 deletions tools/pinyin/go.sum

This file was deleted.

0 comments on commit 9161148

Please sign in to comment.