blob: b1f881bdfbeb84b532f6bb4ea4f1c9c4b50313c7 [file] [log] [blame]
Andrea Campanella10426e22021-10-15 17:58:04 +02001module github.com/opencord/omci-lib-go/v2
Matteo Scandolof9d43412021-01-12 11:11:34 -08002
Girish Gowdra161d27a2021-05-05 12:01:44 -07003go 1.16
Matteo Scandolof9d43412021-01-12 11:11:34 -08004
5require (
6 github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1
Girish Gowdra161d27a2021-05-05 12:01:44 -07007 github.com/davecgh/go-spew v1.1.1 // indirect
Matteo Scandolof9d43412021-01-12 11:11:34 -08008 github.com/deckarep/golang-set v1.7.1
9 github.com/google/gopacket v1.1.17
Girish Gowdra161d27a2021-05-05 12:01:44 -070010 github.com/kr/pretty v0.2.1 // indirect
Matteo Scandolof9d43412021-01-12 11:11:34 -080011 github.com/stretchr/testify v1.5.1
Matteo Scandolof9d43412021-01-12 11:11:34 -080012 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
13 gopkg.in/yaml.v2 v2.2.8 // indirect
14)