blob: 33a1e5bc3c69ed73a94a2fd8b0edfbf3be9f5883 [file] [log] [blame]
Matteo Scandolof9d43412021-01-12 11:11:34 -08001module github.com/opencord/omci-lib-go
2
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)