Browse Source

Auto push

Toby Chui 3 years ago
parent
commit
93fab41206
4 changed files with 6 additions and 3 deletions
  1. 3 0
      autopush.bat
  2. 1 1
      go.mod
  3. 2 2
      go.sum
  4. BIN
      three-nodes.exe

+ 3 - 0
autopush.bat

@@ -0,0 +1,3 @@
+git add *
+git commit -m "Auto push"
+git push

+ 1 - 1
go.mod

@@ -2,6 +2,6 @@ module git.hkwtc.org/TC/three-nodes
 
 
 go 1.17
 go 1.17
 
 
-require github.com/tobychui/go-DDDNS v0.0.0-20211217035254-2c2b43aa046c
+require github.com/tobychui/go-DDDNS v0.0.0-20211218141720-31cd9fc7111f
 
 
 require github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119 // indirect
 require github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119 // indirect

+ 2 - 2
go.sum

@@ -1,4 +1,4 @@
-github.com/tobychui/go-DDDNS v0.0.0-20211217035254-2c2b43aa046c h1:A4cFOlnHi3TTa0uJcfRGn85IAJX5rWjwqthRKTufiOU=
-github.com/tobychui/go-DDDNS v0.0.0-20211217035254-2c2b43aa046c/go.mod h1:4VHLl5Luo+TEaMmdwvxctuFdcs2k82cruhGoSJuZDJE=
+github.com/tobychui/go-DDDNS v0.0.0-20211218141720-31cd9fc7111f h1:W1OYmK+ctugQS0cifZz3k1oANzVraEVj5qOosl+GSOU=
+github.com/tobychui/go-DDDNS v0.0.0-20211218141720-31cd9fc7111f/go.mod h1:4VHLl5Luo+TEaMmdwvxctuFdcs2k82cruhGoSJuZDJE=
 github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119 h1:YyPWX3jLOtYKulBR6AScGIs74lLrJcgeKRwcbAuQOG4=
 github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119 h1:YyPWX3jLOtYKulBR6AScGIs74lLrJcgeKRwcbAuQOG4=
 github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119/go.mod h1:/nuTSlK+okRfR/vnIPqR89fFKonnWPiZymN5ydRJkX8=
 github.com/xlzd/gotp v0.0.0-20181030022105-c8557ba2c119/go.mod h1:/nuTSlK+okRfR/vnIPqR89fFKonnWPiZymN5ydRJkX8=

BIN
three-nodes.exe