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
21 changes: 6 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,14 @@ module github.com/nileshsimaria/jtimon
go 1.13

require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v1.0.0
github.com/golang/protobuf v1.4.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/influxdata/influxdb v1.5.2
github.com/matttproud/golang_protobuf_extensions v1.0.0 // indirect
github.com/influxdata/influxdb v1.9.3
github.com/nileshsimaria/jtisim v0.0.0-20190103005352-93e1756cba8f
github.com/nileshsimaria/lpserver v0.0.0-20201223125141-2c2ca16a8d88
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5 // indirect
github.com/prometheus/common v0.0.0-20180413074202-d0f7cd64bda4 // indirect
github.com/prometheus/procfs v0.0.0-20180408092902-8b1c2da0d56d // indirect
github.com/spf13/pflag v1.0.1
golang.org/x/net v0.0.0-20180420171651-5f9ae10d9af5
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/text v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20180413175816-7fd901a49ba6 // indirect
google.golang.org/grpc v1.11.3
github.com/prometheus/client_golang v1.5.1
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
google.golang.org/grpc v1.29.1
)
Loading