Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 01f1dbc

Browse files
author
dada513
committed
change repo url
1 parent 62a4194 commit 01f1dbc

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1313
chmod +x ~/.local/bin/smr-list-utils
1414
```
1515

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/StopModReposts/list-utils
1+
module github.com/StopModReposts/Go-List-Utils
22

33
go 1.17
44

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
44
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
55
github.com/google/go-github v17.0.0+incompatible h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY=
66
github.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=
78
github.com/google/go-github/v41 v41.0.0/go.mod h1:XgmCA5H323A9rtgExdTcnDkcqp6S30AVACCBDOonIxg=
89
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
910
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
1011
golang.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=
1113
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
1214
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
1315
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=

issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
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

0 commit comments

Comments
 (0)