Skip to content

Commit fabfffa

Browse files
committed
Pin app-store to v1.0.1 release tag
Replace the pseudo-version v1.0.1-beta.1.0.20260623120425-df0e4a35d764 from #317 with the clean v1.0.1 release tag. The tag points at the exact same commit (df0e4a35), so this is a version-string-only change with no code differences. Includes proc.exec capability and the trust-anchor fix already built against by web4.
1 parent eb271e0 commit fabfffa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

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

55
require (
66
github.com/coder/websocket v1.8.15
7-
github.com/pilot-protocol/app-store v1.0.1-beta.1.0.20260623120425-df0e4a35d764
7+
github.com/pilot-protocol/app-store v1.0.1
88
github.com/pilot-protocol/beacon v0.2.6
99
github.com/pilot-protocol/common v0.5.5
1010
github.com/pilot-protocol/dataexchange v0.2.1-beta.1.0.20260615113607-fac933edea98

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/coder/websocket v1.8.15 h1:6B2JPeOGlpff2Uz6vOEH1Vzpi0iUz20A+lPVhPHtNU
44
github.com/coder/websocket v1.8.15/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg=
55
github.com/expr-lang/expr v1.17.8 h1:W1loDTT+0PQf5YteHSTpju2qfUfNoBt4yw9+wOEU9VM=
66
github.com/expr-lang/expr v1.17.8/go.mod h1:8/vRC7+7HBzESEqt5kKpYXxrxkr31SaO8r40VO/1IT4=
7-
github.com/pilot-protocol/app-store v1.0.1-beta.1.0.20260623120425-df0e4a35d764 h1:JA/7wAihWse11g/FI2i7EuCQVhDfj+3l1UC+vF3bOUk=
8-
github.com/pilot-protocol/app-store v1.0.1-beta.1.0.20260623120425-df0e4a35d764/go.mod h1:deltPnaQkiTgMcxWU+honz3+Bl2R1cthhuZra4pQ4PI=
7+
github.com/pilot-protocol/app-store v1.0.1 h1:17VPa02PhRRHAcspCg/CG+bBo5qUPrZQFi8hz66kAjE=
8+
github.com/pilot-protocol/app-store v1.0.1/go.mod h1:deltPnaQkiTgMcxWU+honz3+Bl2R1cthhuZra4pQ4PI=
99
github.com/pilot-protocol/beacon v0.2.6 h1:grxwaVyPRUT0W6coyjYfNkO0rpzOIrwrKn94S21DuVE=
1010
github.com/pilot-protocol/beacon v0.2.6/go.mod h1:I/UhEv097g1z/qtAVDZbEhf3R5tzM0Dp71vGHah52A4=
1111
github.com/pilot-protocol/common v0.5.5 h1:mnv3q84alVaotGD+Qxfo4ECFEquqsUwrI3mjKIGUKFY=

0 commit comments

Comments
 (0)