File tree 3 files changed +8
-4
lines changed
stress-test/stress-test-many-posts
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ for modfile in $gomods; do
26
26
dir=$( dirname " $modfile " )
27
27
28
28
# Run go mod tidy in the directory
29
- (cd " $dir " && go mod tidy -v) || exit 1
29
+ echo " Running \` go -C $dir mod tidy -v\` "
30
+ go -C " $dir " mod tidy -v || exit 1
30
31
done
31
32
32
33
# Optionally verify the sums
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.23.8
6
6
7
7
require (
8
8
connectrpc.com/connect v1.16.2
9
- github.com/gnolang/gnonative v1.8.2-0.20250407145431-4a9b0eea1a2c
9
+ github.com/gnolang/gnonative v1.8.1
10
10
)
11
11
12
12
require (
@@ -20,6 +20,7 @@ require (
20
20
github.com/davecgh/go-spew v1.1.1 // indirect
21
21
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
22
22
github.com/gnolang/gno v0.1.2-0.20240826090356-651f5aac3706 // indirect
23
+ github.com/gnolang/gnokey-mobile v0.0.0-20240903152400-9942eff89ef6 // indirect
23
24
github.com/go-logr/logr v1.4.2 // indirect
24
25
github.com/go-logr/stdr v1.2.2 // indirect
25
26
github.com/golang/protobuf v1.5.4 // indirect
You can’t perform that action at this time.
0 commit comments