Skip to content

Commit 6c5b44b

Browse files
committed
go mod tidy
1 parent 7ab60f7 commit 6c5b44b

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- path: framework
2626
vm: ubuntu-latest
2727
regex: TestStorageMutations
28-
- path: framework/tracking
28+
- path: framework
2929
vm: ubuntu-latest
30-
regex: ./...
30+
regex: TestDX
3131
- path: wasp
3232
vm: ubuntu22.04-16cores-64GB # ghv-ignore!
3333
regex: TestSmoke

framework/components/dockercompose/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
2626
github.com/BurntSushi/toml v1.4.0 // indirect
2727
github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e // indirect
28-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
28+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2929
github.com/Microsoft/go-winio v0.6.2 // indirect
3030
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
3131
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect

framework/components/dockercompose/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0
1515
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
1616
github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e h1:rd4bOvKmDIx0WeTv9Qz+hghsgyjikFiPrseXHlKepO0=
1717
github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e/go.mod h1:blbwPQh4DTlCZEfk1BLU4oMIhLda2U+A840Uag9DsZw=
18-
github.com/Masterminds/semver/v3 v3.2.1 h1:RN9w6+7QoMeJVGyfmbcgs28Br8cvmnucEXnY0rYXWg0=
19-
github.com/Masterminds/semver/v3 v3.2.1/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ=
18+
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
19+
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
2020
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
2121
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
2222
github.com/Microsoft/hcsshim v0.12.9 h1:2zJy5KA+l0loz1HzEGqyNnjd3fyZA31ZBCGKacp6lLg=

framework/examples/myproject/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ require (
138138
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
139139
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect
140140
github.com/Masterminds/goutils v1.1.1 // indirect
141-
github.com/Masterminds/semver/v3 v3.3.1 // indirect
141+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
142142
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
143143
github.com/Microsoft/go-winio v0.6.2 // indirect
144144
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect

framework/examples/myproject/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob
7272
github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo=
7373
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
7474
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
75-
github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4=
76-
github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
75+
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
76+
github.com/Masterminds/semver/v3 v3.4.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
7777
github.com/Masterminds/sprig/v3 v3.3.0 h1:mQh0Yrg1XPo6vjYXgtf5OtijNAKJRNcTdOOGZe3tPhs=
7878
github.com/Masterminds/sprig/v3 v3.3.0/go.mod h1:Zy1iXRYNqNLUolqCpL4uhk6SHUMAOSCzdgBfDb35Lz0=
7979
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=

framework/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.24.2
44

55
require (
66
dario.cat/mergo v1.0.1
7+
github.com/Masterminds/semver/v3 v3.4.0
78
github.com/avast/retry-go/v4 v4.6.1
89
github.com/block-vision/sui-go-sdk v1.0.6
910
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
@@ -35,7 +36,6 @@ require (
3536

3637
require (
3738
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
38-
github.com/Masterminds/semver/v3 v3.4.0 // indirect
3939
github.com/Microsoft/go-winio v0.6.2 // indirect
4040
github.com/StackExchange/wmi v1.2.1 // indirect
4141
github.com/bits-and-blooms/bitset v1.17.0 // indirect

framework/tracking/dx_test.go

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/stretchr/testify/require"
99
)
1010

11-
func TestOverlyLongMetadataTruncation(t *testing.T) {
11+
func TestDXOverlyLongMetadataTruncation(t *testing.T) {
1212
metadata := map[string]any{
1313
"to_truncate": "abcde" + strings.Repeat("1234567890", 110), // overly long
1414
"note": "keep this short",
@@ -27,7 +27,7 @@ func TestOverlyLongMetadataTruncation(t *testing.T) {
2727
require.NotEqual(t, metadata["to_truncate"], truncated["to_truncate"], "to_truncate should be truncated")
2828
}
2929

30-
func TestOnlyOneOveryLongMetadataTruncationNoPriority(t *testing.T) {
30+
func TestDXOnlyOneOveryLongMetadataTruncationNoPriority(t *testing.T) {
3131
metadata := map[string]any{
3232
"to_truncate": "abcde" + strings.Repeat("1234567890", 110), // overly long
3333
"do_not_truncate": "abcde" + strings.Repeat("1234567890", 50),
@@ -48,7 +48,7 @@ func TestOnlyOneOveryLongMetadataTruncationNoPriority(t *testing.T) {
4848
require.Equal(t, metadata["do_not_truncate"], truncated["do_not_truncate"], "do_not_truncate should not be truncated")
4949
}
5050

51-
func TestyOneOveryLongMetadataTruncationNonExistingPriority(t *testing.T) {
51+
func TestDXOneOveryLongMetadataTruncationNonExistingPriority(t *testing.T) {
5252
metadata := map[string]any{
5353
"to_truncate": "abcde" + strings.Repeat("1234567890", 110), // overly long
5454
"do_not_truncate": "abcde" + strings.Repeat("1234567890", 50),
@@ -69,7 +69,7 @@ func TestyOneOveryLongMetadataTruncationNonExistingPriority(t *testing.T) {
6969
require.Equal(t, metadata["do_not_truncate"], truncated["do_not_truncate"], "do_not_truncate should not be truncated")
7070
}
7171

72-
func TestTogetherOveryLongMetadataTruncationNoPriority(t *testing.T) {
72+
func TestDXTogetherOveryLongMetadataTruncationNoPriority(t *testing.T) {
7373
metadata := map[string]any{
7474
"to_truncate": "abcde" + strings.Repeat("1234567890", 60), // together both fields are overly long and one of them has to be truncated
7575
"do_not_truncate": "abcde" + strings.Repeat("1234567890", 60),
@@ -98,7 +98,7 @@ func TestTogetherOveryLongMetadataTruncationNoPriority(t *testing.T) {
9898
require.Len(t, truncatedFields, 1, "only one field should be truncated")
9999
}
100100

101-
func TestNoTruncation(t *testing.T) {
101+
func TestDXNoTruncation(t *testing.T) {
102102
// exactly 1024 bytes
103103
metadata := map[string]any{
104104
"all_good": "abcde" + strings.Repeat("x", 951),
@@ -118,7 +118,7 @@ func TestNoTruncation(t *testing.T) {
118118
require.Equal(t, metadata["all_good"], truncated["all_good"], "all_good should not be truncated")
119119
}
120120

121-
func TestNoTruncationAndNoPriority(t *testing.T) {
121+
func TestDXNoTruncationAndNoPriority(t *testing.T) {
122122
// exactly 1024 bytes
123123
metadata := map[string]any{
124124
"all_good": "abcde" + strings.Repeat("x", 951),
@@ -138,7 +138,7 @@ func TestNoTruncationAndNoPriority(t *testing.T) {
138138
require.Equal(t, metadata["all_good"], truncated["all_good"], "all_good should not be truncated")
139139
}
140140

141-
func TestEmptyMetadata(t *testing.T) {
141+
func TestDXEmptyMetadata(t *testing.T) {
142142
metadata := map[string]any{}
143143

144144
truncated, truncateErr := truncateMetadata(metadata, []string{"nonexistent"})
@@ -151,7 +151,7 @@ func TestEmptyMetadata(t *testing.T) {
151151
require.Len(t, metadata, len(truncated), "empty metadata should remain empty")
152152
}
153153

154-
func TestNonStringValuesOnly(t *testing.T) {
154+
func TestDXNonStringValuesOnly(t *testing.T) {
155155
metadata := map[string]any{
156156
"number": 12345,
157157
"boolean": true,
@@ -174,7 +174,7 @@ func TestNonStringValuesOnly(t *testing.T) {
174174
require.Equal(t, metadata["null"], truncated["null"], "null should not be truncated")
175175
}
176176

177-
func TestMixedStringAndNonStringValues(t *testing.T) {
177+
func TestDXMixedStringAndNonStringValues(t *testing.T) {
178178
metadata := map[string]any{
179179
"long_string": "abcde" + strings.Repeat("1234567890", 100), // overly long
180180
"number": 12345,
@@ -198,7 +198,7 @@ func TestMixedStringAndNonStringValues(t *testing.T) {
198198
require.Contains(t, truncated["long_string"].(string), "(... truncated)", "truncated string should have suffix")
199199
}
200200

201-
func TestMixedStringAndNonStringValuesNoTruncation(t *testing.T) {
201+
func TestDXMixedStringAndNonStringValuesNoTruncation(t *testing.T) {
202202
metadata := map[string]any{
203203
"not_long_string": "abcde" + strings.Repeat("1234567890", 10), // overly long
204204
"number": 12345,
@@ -222,7 +222,7 @@ func TestMixedStringAndNonStringValuesNoTruncation(t *testing.T) {
222222
require.Equal(t, metadata["not_long_string"], truncated["not_long_string"], "truncated string should have suffix")
223223
}
224224

225-
func TestPriorityFieldsNeedTruncation(t *testing.T) {
225+
func TestDXPriorityFieldsNeedTruncation(t *testing.T) {
226226
metadata := map[string]any{
227227
"priority1": "abcde" + strings.Repeat("1234567890", 50), // long priority field
228228
"priority2": "abcde" + strings.Repeat("abcdefghij", 50), // another long priority field
@@ -244,7 +244,7 @@ func TestPriorityFieldsNeedTruncation(t *testing.T) {
244244
require.Equal(t, metadata["regular"], truncated["regular"], "regular should not be truncated since priority fields are truncated first")
245245
}
246246

247-
func TestEmptyStrings(t *testing.T) {
247+
func TestDXEmptyStrings(t *testing.T) {
248248
metadata := map[string]any{
249249
"empty1": "",
250250
"empty2": "",
@@ -265,7 +265,7 @@ func TestEmptyStrings(t *testing.T) {
265265
require.NotEqual(t, metadata["filled"], truncated["filled"], "filled should be truncated")
266266
}
267267

268-
func TestExtremelyLargeDataThatCannotFit(t *testing.T) {
268+
func TestDXExtremelyLargeDataThatCannotFit(t *testing.T) {
269269
// Create metadata so large that even after truncation it won't fit
270270
metadata := map[string]any{
271271
"huge1": "abcde" + strings.Repeat("1234567890", 200),
@@ -289,7 +289,7 @@ func TestExtremelyLargeDataThatCannotFit(t *testing.T) {
289289
}
290290
}
291291

292-
func TestPriorityFieldsDoNotExist(t *testing.T) {
292+
func TestDXPriorityFieldsDoNotExist(t *testing.T) {
293293
metadata := map[string]any{
294294
"existing": "abcde" + strings.Repeat("1234567890", 100), // overly long
295295
"short": "short",

0 commit comments

Comments
 (0)