Skip to content

Commit f84586d

Browse files
committed
update the go core
1 parent ca05403 commit f84586d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ func TestCallSSeApiWithV3Sign_AK_Form(t *testing.T) {
17231723
for index, event := range events {
17241724
data := fmt.Sprintf(`{"count": %d}`, index)
17251725
tea_util.AssertEqual(t, data, tea.StringValue(event.Data))
1726-
tea_util.AssertEqual(t, "sse-test", tea.StringValue(event.ID))
1726+
tea_util.AssertEqual(t, "sse-test", tea.StringValue(event.Id))
17271727
tea_util.AssertEqual(t, "flow", tea.StringValue(event.Event))
17281728
}
17291729
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.14
55
require (
66
github.com/alibabacloud-go/alibabacloud-gateway-pop v0.0.6
77
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5
8-
github.com/alibabacloud-go/tea v1.3.10
8+
github.com/alibabacloud-go/tea v1.3.11
99
github.com/alibabacloud-go/tea-utils/v2 v2.0.7
1010
github.com/aliyun/credentials-go v1.4.5
1111
github.com/tjfoc/gmsm v1.4.1

0 commit comments

Comments
 (0)