module github.com/opencord/omci-lib-go | |
go 1.16 | |
require ( | |
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1 | |
github.com/davecgh/go-spew v1.1.1 // indirect | |
github.com/deckarep/golang-set v1.7.1 | |
github.com/google/gopacket v1.1.17 | |
github.com/kr/pretty v0.2.1 // indirect | |
github.com/stretchr/testify v1.5.1 | |
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | |
gopkg.in/yaml.v2 v2.2.8 // indirect | |
) |