blob: 7fd7f18b397d80e22ec87f2de0b231adb099c279 [file] [log] [blame]
module github.com/cboling/omci
go 1.13
require (
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/google/gopacket v1.1.16-0.20190128161349-66eed7fc5258
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.4.0
golang.org/x/tools v0.0.0-20200211045251-2de505fc5306 // indirect
gopkg.in/yaml.v2 v2.2.7
)