diff --git a/go.mod b/go.mod index bc2cd148e..860d68347 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ require ( github.com/gorilla/websocket v1.4.2 // indirect github.com/h2non/filetype v1.1.1 github.com/hashicorp/errwrap v1.1.0 // indirect - github.com/hashicorp/go-argmapper v0.2.2-0.20210810211021-b2c94a138ec3 + github.com/hashicorp/go-argmapper v0.2.3 github.com/hashicorp/go-getter v1.5.9 github.com/hashicorp/go-hclog v0.16.2 github.com/hashicorp/go-memdb v1.2.0 diff --git a/go.sum b/go.sum index bd7bcd707..366adb904 100644 --- a/go.sum +++ b/go.sum @@ -314,6 +314,8 @@ github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brv github.com/hashicorp/go-argmapper v0.0.0-20200721221215-04ae500ede3b/go.mod h1:WA3PocIo+40wf4ko3dRdL3DEgxIQB4qaqp+jVccLV1I= github.com/hashicorp/go-argmapper v0.2.2-0.20210810211021-b2c94a138ec3 h1:aLMTjG76Zao+YokCxNKWa+tANjuiS9VOhP+h4g17vm0= github.com/hashicorp/go-argmapper v0.2.2-0.20210810211021-b2c94a138ec3/go.mod h1:WA3PocIo+40wf4ko3dRdL3DEgxIQB4qaqp+jVccLV1I= +github.com/hashicorp/go-argmapper v0.2.3 h1:6+SvCTqd6aw+LMjyDVOUc6ANGXUYL65KPQs9I/ccH7E= +github.com/hashicorp/go-argmapper v0.2.3/go.mod h1:WA3PocIo+40wf4ko3dRdL3DEgxIQB4qaqp+jVccLV1I= github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=