Skip to content

Commit

Permalink
upgrade amplience sdk for content-type query bug
Browse files Browse the repository at this point in the history
  • Loading branch information
korsvanloon committed Oct 14, 2022
1 parent db4b718 commit 7c6cc8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0
github.com/labd/amplience-go-sdk v0.0.0-20221014090308-3130001fcb1b
github.com/labd/amplience-go-sdk v0.0.0-20221014094808-4c05dd3a691b
github.com/stretchr/testify v1.7.0
)

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

0 comments on commit 7c6cc8c

Please sign in to comment.