| # Gopkg.toml example | |
| # | |
| # Refer to https://golang.github.io/dep/docs/Gopkg.toml.html | |
| # for detailed Gopkg.toml documentation. | |
| [[constraint]] | |
| name = "github.com/google/gopacket" | |
| branch = "master" | |
| [[constraint]] | |
| name = "github.com/stretchr/testify" | |
| version = "1.3.0" | |
| [prune] | |
| go-tests = true | |
| unused-packages = true |