Skip to content

Commit c4aa85d

Browse files
committed
go mod tidy
1 parent 734ef59 commit c4aa85d

File tree

2 files changed

+4
-105
lines changed

2 files changed

+4
-105
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ require (
99
github.com/elastic/go-elasticsearch/v6 v6.8.10
1010
github.com/enriquebris/goconcurrentqueue v0.6.0
1111
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
1512
github.com/sirupsen/logrus v1.8.1
1613
github.com/stretchr/testify v1.7.0
14+
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
1715
)

0 commit comments

Comments
 (0)