Skip to content

Commit

Permalink
switch to new cedar and update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Sep 29, 2021
1 parent 39e1a5d commit 0a47a6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dictionary.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
package gse

import (
"github.com/go-ego/cedar"
"github.com/vcaesar/cedar"
)

// Dictionary 结构体实现了一个字串双数组树,
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/go-ego/gse
go 1.17

require (
github.com/go-ego/cedar v0.10.2
github.com/vcaesar/tt v0.11.0
github.com/vcaesar/cedar v0.10.0
github.com/vcaesar/tt v0.20.0
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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/vcaesar/tt v0.11.0 h1:obQecjgbnAxxC6OYGY6yDvhGRW2PR5wD8Ma2uJH3WGA=
github.com/vcaesar/tt v0.11.0/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=
github.com/vcaesar/cedar v0.10.0 h1:+W/0e9XPhn5jTSsPZceK7lCmJl74khbJk29IhFyifvo=
github.com/vcaesar/cedar v0.10.0/go.mod h1:iMDweyuW76RvSrCkQeZeQk4iCbshiPzcCvcGCtpM7iI=
github.com/vcaesar/tt v0.20.0 h1:9t2Ycb9RNHcP0WgQgIaRKJBB+FrRdejuaL6uWIHuoBA=
github.com/vcaesar/tt v0.20.0/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=

0 comments on commit 0a47a6f

Please sign in to comment.