old mode 100644
new mode 100755
| | |
| | | module github.com/zan8in/go-update |
| | | module github.com/zan8in/goupdate |
| | | |
| | | go 1.16 |
| | | |
| | | require ( |
| | | github.com/apex/log v1.9.0 |
| | | github.com/c4milo/unpackit v1.0.0 |
| | | github.com/google/go-github v17.0.0+incompatible |
| | | github.com/google/go-querystring v1.1.0 // indirect |
| | | github.com/gosuri/uilive v0.0.4 // indirect |
| | | github.com/gosuri/uiprogress v0.0.1 |
| | | github.com/mamh-mixed/go-gitee v0.0.0-20221206115455-d359bf67671f |
| | | github.com/pkg/errors v0.9.1 |
| | | github.com/tj/go v1.8.7 |
| | | github.com/zan8in/gologger v0.0.0-20220917062627-c34a83c0a373 |
| | | golang.org/x/oauth2 v0.13.0 |
| | | ) |