Skip to content

Commit

Permalink
delete metrics (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allenxuxu authored Mar 30, 2021
1 parent 6e8982c commit 57f98ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 401 deletions.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ require (
github.com/golang/protobuf v1.4.3
github.com/libp2p/go-reuseport v0.0.1
github.com/panjf2000/gnet v1.4.0
github.com/prometheus/client_golang v1.9.0
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/tidwall/evio v1.0.2
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e
golang.org/x/tools v0.0.0-20200103221440-774c71fcf114 // indirect
google.golang.org/protobuf v1.23.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
Loading

0 comments on commit 57f98ad

Please sign in to comment.