diff --git a/tests/integration/go.mod b/tests/integration/go.mod index 49c73ec..ab8fa48 100644 --- a/tests/integration/go.mod +++ b/tests/integration/go.mod @@ -4,7 +4,10 @@ go 1.23.8 toolchain go1.23.10 -require go.viam.com/rdk v0.83.0 +require ( + go.viam.com/rdk v0.83.0 + go.viam.com/test v1.2.4 +) require ( cloud.google.com/go v0.115.1 // indirect @@ -58,7 +61,7 @@ require ( github.com/go-logr/stdr v1.2.2 // indirect github.com/go-nlopt/nlopt v0.0.0-20230219125344-443d3362dcb5 // indirect github.com/go-pdf/fpdf v0.6.0 // indirect - github.com/go-viper/mapstructure/v2 v2.1.0 // indirect + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect github.com/goccy/go-graphviz v0.1.3 // indirect github.com/goccy/go-json v0.10.2 // indirect github.com/gogo/protobuf v1.3.2 // indirect @@ -156,7 +159,6 @@ require ( go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect go.viam.com/api v0.1.452 // indirect - go.viam.com/test v1.2.4 // indirect go.viam.com/utils v0.1.149 // indirect go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect goji.io v2.0.2+incompatible // indirect diff --git a/tests/integration/go.sum b/tests/integration/go.sum index 5d9a070..29137ee 100644 --- a/tests/integration/go.sum +++ b/tests/integration/go.sum @@ -292,8 +292,8 @@ github.com/go-toolsmith/pkgload v1.0.0/go.mod h1:5eFArkbO80v7Z0kdngIxsRXRMTaX4Il github.com/go-toolsmith/strparse v1.0.0/go.mod h1:YI2nUKP9YGZnL/L1/DLFBfixrcjslWct4wyljWhSRy8= github.com/go-toolsmith/typep v1.0.0/go.mod h1:JSQCQMUPdRlMZFswiq3TGpNp1GMktqkR2Ns5AIQkATU= github.com/go-toolsmith/typep v1.0.2/go.mod h1:JSQCQMUPdRlMZFswiq3TGpNp1GMktqkR2Ns5AIQkATU= -github.com/go-viper/mapstructure/v2 v2.1.0 h1:gHnMa2Y/pIxElCH2GlZZ1lZSsn6XMtufpGyP1XxdC/w= -github.com/go-viper/mapstructure/v2 v2.1.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM= +github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs= +github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM= github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b/go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM= github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee h1:s+21KNqlpePfkah2I+gwHF8xmJWRjooY+5248k6m4A0=