File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 enable_go : true
2424 - name : install dependencies
2525 run : npm ci
26- - name : build library
27- if : github.event_name == 'release'
28- run : go run ./scripts/build-libraries/build-libraries.go --tag=${{ github.event.release.tag_name }}
29- - name : build all libraries
30- if : github.event_name != 'release'
31- run : go run ./scripts/build-libraries/build-libraries.go
26+ - name : build libraries
27+ run : npm run build
3228 - name : store plugin archives
3329 uses : actions/upload-artifact@v4
3430 with :
Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ module github.com/perses/shared
22
33go 1.25.0
44
5- require (
6- github.com/perses/common v0.28.0
7- github.com/sirupsen/logrus v1.9.3
8- )
5+ require github.com/sirupsen/logrus v1.9.3
96
107require (
118 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
22github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
33github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
44github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5- github.com/perses/common v0.28.0 h1:XOqqEub54tuIRzVuR4kwwSYUDosGkTP8vYVbmvqhMkI =
6- github.com/perses/common v0.28.0 /go.mod h1:4iCXSVp7rN3NhvNpCXS4wuFKB057Ka5X2CJMfOE0Qf0 =
75github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
86github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
97github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments