-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net-dns/ddns-go: add 6.8.0, drop 6.7.7
Signed-off-by: jinqiang zhang <[email protected]>
- Loading branch information
Showing
4 changed files
with
57 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DIST ddns-go-6.7.7-vendor.tar.xz 461584 BLAKE2B 70b7d274bfb74480696f978a961f3fc58af577932f605a638db1ae0cf80c1cc70f7ba4996b07b58eabea31aad42e22e1aca22fa6f776a42b441985bc57d310e0 SHA512 c3b96eda1df88c66d2ff0fbf233173d8a606df1746c947bdc90f8acb1066938b473d64616ebf0995ddcbdc9ebae8336d0ca70924deb92da72686c4aad6fe676a | ||
DIST ddns-go-6.7.7.tar.gz 159674 BLAKE2B 8ce6a7d202959d2b7ddf22fcf8b09c5f7da9096b8dbf84efa06c7f5c2712a1c8f66a000116150d86e32e2e687554835aed9f389e2e60920bc34c70ecc2a7b23b SHA512 91817a96d2596519f3e9490d1b2014046def14eb74916f63835c97965d63b8340da8723405f055f19fad9a892837ed6680badf818e1accaf1d3f2c180ee6373a | ||
DIST ddns-go-6.8.0-vendor.tar.xz 461540 BLAKE2B e9067d3af2bddd5a07019ebc7f696d34caab5258ba3a284c558e66950d4694f4e9d26493486327265d591e320bca53f9c7304303ebfa1e516aa133b7e0a1a783 SHA512 f0dcd617a97c19bff7c77fbd5f48c94433dcc60b2ca390aab103cf64b0b0ae4554d3419e916a940698e6efc8e6c071bdc268358c8802a23d8c804bf14d8e56fb | ||
DIST ddns-go-6.8.0.tar.gz 161897 BLAKE2B d3650605222e7b0eb3722b366b21debb7a54bcdb487e3b2407d817e846ada08011244036221e1723f125cc5a4759e6636454beb079bd03752d236f8c64a8adf5 SHA512 be07d68140111d3298aac6f2b49eb2b1889ca878553df11e7f2c5ade856b88bd3b4bb62db1f441451564e4d4e64e2b5541ace0d42b01eb5dfcf20e517f092801 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
From c1af753dbfe5bcbb52319747d4ef8dc4c8a2327f Mon Sep 17 00:00:00 2001 | ||
From: jinqiang zhang <[email protected]> | ||
Date: Wed, 15 Jan 2025 02:51:04 +0000 | ||
Subject: [PATCH 3/3] build(deps): tidy | ||
|
||
--- | ||
go.mod | 6 +----- | ||
go.sum | 5 ----- | ||
2 files changed, 1 insertion(+), 10 deletions(-) | ||
|
||
diff --git a/go.mod b/go.mod | ||
index af0e207..163041c 100644 | ||
--- a/go.mod | ||
+++ b/go.mod | ||
@@ -3,14 +3,10 @@ module github.com/jeessy2/ddns-go/v6 | ||
go 1.20 | ||
|
||
require ( | ||
- github.com/kardianos/service v1.2.2 | ||
github.com/wagslane/go-password-validator v0.3.0 | ||
golang.org/x/crypto v0.32.0 | ||
golang.org/x/net v0.34.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
-require ( | ||
- golang.org/x/sys v0.29.0 // indirect | ||
- golang.org/x/text v0.21.0 | ||
-) | ||
+require golang.org/x/text v0.21.0 | ||
diff --git a/go.sum b/go.sum | ||
index 6a11561..01541f5 100644 | ||
--- a/go.sum | ||
+++ b/go.sum | ||
@@ -1,14 +1,9 @@ | ||
-github.com/kardianos/service v1.2.2 h1:ZvePhAHfvo0A7Mftk/tEzqEZ7Q4lgnR8sGz4xu1YX60= | ||
-github.com/kardianos/service v1.2.2/go.mod h1:CIMRFEJVL+0DS1a3Nx06NaMn4Dz63Ng6O7dl0qH0zVM= | ||
github.com/wagslane/go-password-validator v0.3.0 h1:vfxOPzGHkz5S146HDpavl0cw1DSVP061Ry2PX0/ON6I= | ||
github.com/wagslane/go-password-validator v0.3.0/go.mod h1:TI1XJ6T5fRdRnHqHt14pvy1tNVnrwe7m3/f1f2fDphQ= | ||
golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= | ||
golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= | ||
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= | ||
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= | ||
-golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= | ||
-golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= | ||
-golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= | ||
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= | ||
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= | ||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||
-- | ||
2.48.0 | ||
|