We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734ef59 commit c4aa85dCopy full SHA for c4aa85d
go.mod
@@ -9,9 +9,7 @@ require (
9
github.com/elastic/go-elasticsearch/v6 v6.8.10
10
github.com/enriquebris/goconcurrentqueue v0.6.0
11
github.com/gorilla/mux v1.8.0
12
- github.com/gorilla/websocket v1.4.2 // indirect
13
- github.com/prometheus/client_golang v1.11.0
14
- github.com/prometheus/common v0.26.0 // indirect
15
github.com/sirupsen/logrus v1.8.1
16
github.com/stretchr/testify v1.7.0
+ golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
17
)
0 commit comments