We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92a841 commit 25104e6Copy full SHA for 25104e6
1 file changed
go.mod
@@ -1,7 +1,6 @@
1
module github.com/appbaseio/arc
2
3
require (
4
- github.com/antonmedv/expr v1.4.2
5
github.com/dgrijalva/jwt-go v3.2.0+incompatible
6
github.com/gobuffalo/envy v1.6.15 // indirect
7
github.com/gobuffalo/packr v1.22.0
@@ -10,7 +9,6 @@ require (
10
9
github.com/hashicorp/go-retryablehttp v0.6.3
11
github.com/olivere/elastic v6.2.21+incompatible
12
github.com/olivere/elastic/v7 v7.0.4
13
- github.com/prometheus/common v0.2.0
14
github.com/robfig/cron v1.1.0
15
github.com/rogpeppe/go-internal v1.2.2 // indirect
16
github.com/rs/cors v1.6.0
0 commit comments