| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- # Gopkg.toml example
- #
- # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
- # for detailed Gopkg.toml documentation.
- #
- # required = ["github.com/user/thing/cmd/thing"]
- # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
- #
- # [[constraint]]
- # name = "github.com/user/project"
- # version = "1.0.0"
- #
- # [[constraint]]
- # name = "github.com/user/project2"
- # branch = "dev"
- # source = "github.com/myfork/project2"
- #
- # [[override]]
- # name = "github.com/x/y"
- # version = "2.4.0"
- #
- # [prune]
- # non-go = false
- # go-tests = true
- # unused-packages = true
- [[constraint]]
- name = "github.com/Sirupsen/logrus"
- version = "1.0.4"
- [[constraint]]
- name = "github.com/asaskevich/govalidator"
- version = "8.0.0"
- [[constraint]]
- name = "github.com/coreos/go-iptables"
- version = "0.2.0"
- [[constraint]]
- branch = "master"
- name = "github.com/go-openapi/runtime"
- [[constraint]]
- branch = "master"
- name = "github.com/golang/protobuf"
- [[constraint]]
- name = "github.com/google/uuid"
- version = "0.2.0"
- [[constraint]]
- name = "github.com/grpc-ecosystem/grpc-gateway"
- version = "1.3.1"
- [[constraint]]
- name = "github.com/jinzhu/gorm"
- version = "1.0.0"
- [[constraint]]
- branch = "master"
- name = "github.com/olekukonko/tablewriter"
- [[constraint]]
- name = "github.com/urfave/cli"
- version = "1.20.0"
- [[constraint]]
- branch = "master"
- name = "golang.org/x/net"
- [[constraint]]
- branch = "master"
- name = "google.golang.org/genproto"
- [[constraint]]
- name = "google.golang.org/grpc"
- version = "1.9.2"
- [[constraint]]
- name = "gopkg.in/hlandau/passlib.v1"
- version = "1.0.9"
- [prune]
- go-tests = true
- unused-packages = true
|