Chip Boling | 6e27b35 | 2020-02-14 09:10:01 -0600 | [diff] [blame^] | 1 | module github.com/cboling/omci |
2 | |||||
3 | go 1.13 | ||||
4 | |||||
5 | require ( | ||||
6 | github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1 | ||||
7 | github.com/davecgh/go-spew v1.1.1 | ||||
8 | github.com/deckarep/golang-set v1.7.1 | ||||
9 | github.com/google/gopacket v1.1.16-0.20190128161349-66eed7fc5258 | ||||
10 | github.com/pmezard/go-difflib v1.0.0 | ||||
11 | github.com/stretchr/testify v1.4.0 | ||||
12 | golang.org/x/tools v0.0.0-20200211045251-2de505fc5306 // indirect | ||||
13 | gopkg.in/yaml.v2 v2.2.7 | ||||
14 | ) |