Skip to content

Commit c880261

Browse files
author
Alex Godoroja
committed
go.mod: re-pin app-store to the v1.0.2 release tag (#25 merged)
Replaces the pre-merge branch pseudo-version with the released v1.0.2 tag (app-store cecb842, the #25 repoint merge), so the dep is immutable and branch-deletion-proof.
1 parent 0ce4cbe commit c880261

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.2-0.20260623192129-e23f6688adb8
7+
github.com/pilot-protocol/app-store v1.0.2
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.2-0.20260623192129-e23f6688adb8 h1:FJ9X25e//rRxmAzlJaXykjdagww2AjJUDC7wUloESrY=
8-
github.com/pilot-protocol/app-store v1.0.2-0.20260623192129-e23f6688adb8/go.mod h1:deltPnaQkiTgMcxWU+honz3+Bl2R1cthhuZra4pQ4PI=
7+
github.com/pilot-protocol/app-store v1.0.2 h1:oK7cNl3e/gfxVhhkUFKNLRN256+7sDSBw81oC9QmnB0=
8+
github.com/pilot-protocol/app-store v1.0.2/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)