From 702c877aa608561d5e503ec01e2f87018de42fb6 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 13 Apr 2022 12:18:14 -0700 Subject: [PATCH] Update argmapper to latest version --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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=