Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
feat: update grule to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphg6 committed Feb 21, 2022
1 parent ca03d3e commit 7a624ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ go 1.16

require (
github.com/gorilla/mux v1.8.0
github.com/hyperjumptech/grule-rule-engine v1.10.4
github.com/hyperjumptech/grule-rule-engine v1.10.5
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

replace github.com/hyperjumptech/grule-rule-engine => github.com/bancodobrasil/grule-rule-engine v1.10.5-0.20220131123643-3eab2150780b
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210928164016-886d244c73ef h1:5
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210928164016-886d244c73ef/go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/bancodobrasil/grule-rule-engine v1.10.5-0.20220131123643-3eab2150780b h1:DGI5wD/FCAnHlfrIXDE5KIRwWgTIe1Of1sgoZb9tcXY=
github.com/bancodobrasil/grule-rule-engine v1.10.5-0.20220131123643-3eab2150780b/go.mod h1:M+Edi637BNjaITAF+H8u2ZvzN1QhTzlImGSKMmWXmgs=
github.com/bmatcuk/doublestar v1.3.2 h1:mzUncgFmpzNUhIITFqGdZ8nUU0O7JTJzRO8VdkeLCSo=
github.com/bmatcuk/doublestar v1.3.2/go.mod h1:wiQtGV+rzVYxB7WIlirSN++5HPtPlXEo9MEoZQC/PmE=
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
Expand All @@ -25,6 +23,8 @@ github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/hyperjumptech/grule-rule-engine v1.10.5 h1:+ZKc096pqnO3JbE/HI9o/ALaZ53wrRT+a8Iis1/E4Hg=
github.com/hyperjumptech/grule-rule-engine v1.10.5/go.mod h1:M+Edi637BNjaITAF+H8u2ZvzN1QhTzlImGSKMmWXmgs=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
Expand Down

0 comments on commit 7a624ba

Please sign in to comment.