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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
132 changes: 103 additions & 29 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 13 additions & 21 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
Expand All @@ -27,44 +27,36 @@

[[constraint]]
name = "github.com/golang/protobuf"
version = "1.0.0"
version = "1.2.0"

[[constraint]]
name = "github.com/gorilla/mux"
version = "1.6.1"
name = "github.com/influxdata/influxdb"
version = "1.7.3"

[[constraint]]
name = "github.com/influxdata/influxdb"
version = "1.5.2"
branch = "master"
name = "github.com/nileshsimaria/jtisim"

[[constraint]]
branch = "master"
name = "github.com/nileshsimaria/lpserver"

[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
version = "0.9.2"

[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.1"
version = "1.0.3"

[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
name = "google.golang.org/grpc"
version = "1.11.3"
version = "1.18.0"

[prune]
go-tests = true
unused-packages = true

[[constraint]]
branch = "master"
name = "github.com/common-nighthawk/go-figure"

[[constraint]]
branch = "master"
name = "github.com/prometheus/common"

[[constraint]]
branch = "master"
name = "github.com/nileshsimaria/jtisim"
3 changes: 0 additions & 3 deletions vendor/github.com/golang/protobuf/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 0 additions & 43 deletions vendor/github.com/golang/protobuf/proto/Makefile

This file was deleted.

Loading