Skip to content

Commit 2ee6f53

Browse files
committed
update deps, add more releases
1 parent 0cbc950 commit 2ee6f53

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.17.2
21+
go-version: 1.17.6
2222

2323
- name: Prepare environment
2424
run: |-
@@ -34,9 +34,11 @@ jobs:
3434
# Win
3535
- run: GOOS=windows GOARCH=386 VERSION=${RELEASE_VERSION} make release
3636
- run: GOOS=windows GOARCH=amd64 VERSION=${RELEASE_VERSION} make release
37+
- run: GOOS=windows GOARCH=arm64 VERSION=${RELEASE_VERSION} make release
3738

3839
# MacOS
3940
- run: GOOS=darwin GOARCH=amd64 VERSION=${RELEASE_VERSION} make release
41+
- run: GOOS=darwin GOARCH=arm64 VERSION=${RELEASE_VERSION} make release
4042

4143
# Linux X86/AMD64
4244
- run: GOOS=linux GOARCH=386 VERSION=${RELEASE_VERSION} make release

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/honwen/aliyun-ddns-cli
33
go 1.16
44

55
require (
6-
github.com/denverdino/aliyungo v0.0.0-20210910083501-4f11020c0bfb
6+
github.com/denverdino/aliyungo v0.0.0-20211216041018-95e021eb8eb7
77
github.com/honwen/golibs v0.2.5
8-
github.com/honwen/ip2loc v0.1.5
8+
github.com/honwen/ip2loc v0.2.0
99
github.com/stretchr/testify v1.7.0
1010
github.com/urfave/cli v1.22.5
1111
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:ma
2121
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2222
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
2323
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
24-
github.com/denverdino/aliyungo v0.0.0-20210910083501-4f11020c0bfb h1:w0Y6orfArgN0EGUOXqa3heTmPwUzZS9oV79ddQqkVP4=
25-
github.com/denverdino/aliyungo v0.0.0-20210910083501-4f11020c0bfb/go.mod h1:dV8lFg6daOBZbT6/BDGIz6Y3WFGn8juu6G+CQ6LHtl0=
24+
github.com/denverdino/aliyungo v0.0.0-20211216041018-95e021eb8eb7 h1:3x/qbhudvljDh48e2LORoL0Id2mXG7GkcK0rSf3qdHA=
25+
github.com/denverdino/aliyungo v0.0.0-20211216041018-95e021eb8eb7/go.mod h1:VVxx1gyGhdt369208nKOYLI0PVgrZqbU+EuWBZJQ1ZQ=
2626
github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM=
2727
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
2828
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
2929
github.com/go-chi/chi v1.5.3/go.mod h1:Q8xfe6s3fjZyMr8ZTv5jL+vxhVaFyCq2s+RvSfzTD0E=
3030
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
3131
github.com/honwen/golibs v0.2.5 h1:eU+HP5pgVeR0uAiytNZBalEWXUZ7PlXkCYQDLT9nCdg=
3232
github.com/honwen/golibs v0.2.5/go.mod h1:H0e+TwcqQtJifgabzZ9BU06GUa2dX1VCzLesnTpEGlA=
33-
github.com/honwen/ip2loc v0.1.5 h1:4MSy97er5X4wFhWSeduNq1ugy/7aZM92Gi7cQVgeS9U=
34-
github.com/honwen/ip2loc v0.1.5/go.mod h1:4loWbEvIxSNNr6pDp2YfPnAnJN/SKN7LiHfFr0rHB9o=
33+
github.com/honwen/ip2loc v0.2.0 h1:iFGR7kX0/Ss4Q2UkDcht4CqkqeOg0+vva7ftaEL/lhQ=
34+
github.com/honwen/ip2loc v0.2.0/go.mod h1:4loWbEvIxSNNr6pDp2YfPnAnJN/SKN7LiHfFr0rHB9o=
3535
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
3636
github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg=
3737
github.com/knadh/koanf v0.14.0/go.mod h1:H5mEFsTeWizwFXHKtsITL5ipsLTuAMQoGuQpp+1JL9U=

0 commit comments

Comments
 (0)