commit | 267218826e914c9e77a7106db2d4ba4b9fafe6f7 | [log] [tgz] |
---|---|---|
author | khenaidoo <knursimu@ciena.com> | Wed Aug 11 17:42:52 2021 -0400 |
committer | khenaidoo <knursimu@ciena.com> | Mon Oct 04 15:19:30 2021 -0400 |
tree | 67729b923f8f1edd5534c1437c38dcf90ec2954b | |
parent | 1c5053e828ce835779375900c798ad7819fe2122 [diff] [blame] |
[VOL-4290] Voltha go library updates for gRPC migration Change-Id: I1aa2774beb6b7ed7419bc45aeb53fcae8a8ecda0
diff --git a/vendor/github.com/jcmturner/dnsutils/v2/go.mod b/vendor/github.com/jcmturner/dnsutils/v2/go.mod new file mode 100644 index 0000000..f75ac6d --- /dev/null +++ b/vendor/github.com/jcmturner/dnsutils/v2/go.mod
@@ -0,0 +1,5 @@ +module github.com/jcmturner/dnsutils/v2 + +go 1.13 + +require github.com/stretchr/testify v1.4.0