Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ require (
github.com/nats-io/jwt v0.2.12 // indirect
github.com/nats-io/nats-server/v2 v2.0.2 // indirect
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect
google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610 // indirect
google.golang.org/grpc v1.22.1 // indirect
github.com/prometheus/client_model v0.3.0
github.com/stretchr/testify v1.8.3
google.golang.org/grpc/examples v0.0.0-20230705174746-11feb0a9afd8 // indirect
)

exclude (
Expand Down
Loading