Skip to content

Commit 7c6cc8c

Browse files
committed
upgrade amplience sdk for content-type query bug
1 parent db4b718 commit 7c6cc8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/davecgh/go-spew v1.1.1
77
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
88
github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0
9-
github.com/labd/amplience-go-sdk v0.0.0-20221014090308-3130001fcb1b
9+
github.com/labd/amplience-go-sdk v0.0.0-20221014094808-4c05dd3a691b
1010
github.com/stretchr/testify v1.7.0
1111
)
1212

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
239239
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k=
240240
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
241241
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
242-
github.com/labd/amplience-go-sdk v0.0.0-20221014090308-3130001fcb1b h1:9jRj44wsp+I/NK0UztoBTTY8bdEuTkGERKCyL6Lb/oA=
243-
github.com/labd/amplience-go-sdk v0.0.0-20221014090308-3130001fcb1b/go.mod h1:A6Hv5OeNhf3rYMiBq4DcVRqndRsDWtOpTucYhq0MDZA=
242+
github.com/labd/amplience-go-sdk v0.0.0-20221014094808-4c05dd3a691b h1:8bFRPVpVpm6ibioSkZMsYwZNojZiya3eXOWUbTlSwEg=
243+
github.com/labd/amplience-go-sdk v0.0.0-20221014094808-4c05dd3a691b/go.mod h1:A6Hv5OeNhf3rYMiBq4DcVRqndRsDWtOpTucYhq0MDZA=
244244
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
245245
github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
246246
github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=

0 commit comments

Comments
 (0)