blob: 3a8d1daadb23d83f78fa311bc10c03ed0e785803 [file] [log] [blame]
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07001# 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