This repository was archived by the owner on Mar 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 - name : Get release upload URL
3131 run : |
32- upload_url=$(curl -sL https://api.github.com/repos/StopModReposts/list-utils /releases/latest | jq -r '.upload_url')
32+ upload_url=$(curl -sL https://api.github.com/repos/StopModReposts/Go-List-Utils /releases/latest | jq -r '.upload_url')
3333 echo UPLOAD_URL=$upload_url >> $GITHUB_ENV
3434
3535 - name : Upload release ELF
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Use GitHub Releases and download binary.
99### Linux Quickinstall
1010
1111``` bash
12- wget https://github.com/StopModReposts/list-utils /releases/latest/download/smr-list-utils.elf -O ~ /.local/bin/smr-list-utils
12+ wget https://github.com/StopModReposts/Go-List-Utils /releases/latest/download/smr-list-utils.elf -O ~ /.local/bin/smr-list-utils
1313chmod +x ~ /.local/bin/smr-list-utils
1414```
1515
Original file line number Diff line number Diff line change 1- module github.com/StopModReposts/list-utils
1+ module github.com/StopModReposts/Go-List-Utils
22
33go 1.17
44
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
44github.com/google/go-cmp v0.5.6 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
55github.com/google/go-github v17.0.0+incompatible h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY =
66github.com/google/go-github v17.0.0+incompatible /go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ =
7+ github.com/google/go-github/v41 v41.0.0 h1:HseJrM2JFf2vfiZJ8anY2hqBjdfY1Vlj/K27ueww4gg =
78github.com/google/go-github/v41 v41.0.0 /go.mod h1:XgmCA5H323A9rtgExdTcnDkcqp6S30AVACCBDOonIxg =
89github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
910github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1011golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
12+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 h1:HWj/xjIHfjYU5nVXpTM0s39J9CbLn7Cc5a7IC5rwsMQ =
1113golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 /go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc =
1214golang.org/x/net v0.0.0-20190603091049-60506f45cf65 /go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks =
1315golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 /go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg =
Original file line number Diff line number Diff line change 77 "regexp"
88 "strings"
99
10- "github.com/google/go-github/github"
10+ "github.com/google/go-github/v41/ github"
1111)
1212
1313// Get List of GitHub issues, and add the sites to the list
You can’t perform that action at this time.
0 commit comments