blob: 7fd7f18b397d80e22ec87f2de0b231adb099c279 [file] [log] [blame]
Chip Boling6e27b352020-02-14 09:10:01 -06001module github.com/cboling/omci
2
3go 1.13
4
5require (
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)