Matteo Scandolo | a6a3aee | 2019-11-26 13:30:14 -0700 | [diff] [blame] | 1 | # Gopkg.toml example |
2 | # | ||||
3 | # Refer to https://golang.github.io/dep/docs/Gopkg.toml.html | ||||
4 | # for detailed Gopkg.toml documentation. | ||||
5 | |||||
6 | |||||
7 | [[constraint]] | ||||
8 | name = "github.com/google/gopacket" | ||||
9 | branch = "master" | ||||
10 | |||||
11 | [[constraint]] | ||||
12 | name = "github.com/stretchr/testify" | ||||
13 | version = "1.3.0" | ||||
14 | |||||
15 | [prune] | ||||
16 | go-tests = true | ||||
17 | unused-packages = true |