diff --git a/go.mod b/go.mod index 0d20f157c..79915131c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.7.0 github.com/stretchr/testify v1.8.4 - github.com/test-network-function/test-network-function-claim v1.0.28 + github.com/test-network-function/test-network-function-claim v1.0.29 github.com/xeipuuv/gojsonschema v1.2.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) diff --git a/go.sum b/go.sum index ab8a914e0..2c9033bfc 100644 --- a/go.sum +++ b/go.sum @@ -590,8 +590,8 @@ github.com/test-network-function/oct v0.0.1 h1:lOu9X/+refH4EFxVDSUFXGWiDrjIgiifO github.com/test-network-function/oct v0.0.1/go.mod h1:D3gNs3SfzvuTGECrojyHUmdNSUrAJRYpGLCUIzwbLss= github.com/test-network-function/privileged-daemonset v1.0.12 h1:6zPRdbWvho3GLzmi+Ou6fXpapRYhHXzRukf0AnqiuLk= github.com/test-network-function/privileged-daemonset v1.0.12/go.mod h1:hjT4g2I0yNWAOtsdWWnDVmjtB6pf0sw7xoKFnqTfF8I= -github.com/test-network-function/test-network-function-claim v1.0.28 h1:do9IF2ILh98LB8m8nhbDAf2Ti5YATjL9LUAV3DmVglc= -github.com/test-network-function/test-network-function-claim v1.0.28/go.mod h1:P/EGpfCfJ60f8wIZiKlPQ8hDX/GOBN2xSHkcMclmJEc= +github.com/test-network-function/test-network-function-claim v1.0.29 h1:h/pngYxdDytXyFsHoLrWSS0yZEmWeiSdqlRULPlsHlU= +github.com/test-network-function/test-network-function-claim v1.0.29/go.mod h1:qu/HJnmC5SzCsxS2mULGCdv5SWwjoMGlgQpjUOtQiEs= github.com/urfave/cli v1.22.12/go.mod h1:sSBEIC79qR6OvcmsD4U3KABeOTxDqQtdDnaFuUN30b8= github.com/vbatts/tar-split v0.11.3 h1:hLFqsOLQ1SsppQNTMpkpPXClLDfC2A3Zgy9OUU+RVck= github.com/vbatts/tar-split v0.11.3/go.mod h1:9QlHN18E+fEH7RdG+QAJJcuya3rqT7eXSTY7wGrAokY=