Browse Source

Fixed release script bug

Toby Chui 9 months ago
parent
commit
e8e84de797
2 changed files with 2 additions and 29 deletions
  1. 2 2
      build/release.sh
  2. 0 27
      system/gomod-license.csv

+ 2 - 2
build/release.sh

@@ -1,10 +1,10 @@
 # /bin/sh
 
 # Create a dist version of the system
-#cd ../../
+cd ../
 
 # Update license before pack
-go-licenses report imuslab.com/zoraxy > system/gomod-license.csv
+#go-licenses report imuslab.com/zoraxy > system/gomod-license.csv
 
 # Build release distribution
 make

+ 0 - 27
system/gomod-license.csv

@@ -1,27 +0,0 @@
-github.com/aymerick/douceur,https://github.com/aymerick/douceur/blob/v0.2.0/LICENSE,MIT
-github.com/boltdb/bolt,https://github.com/boltdb/bolt/blob/v1.3.1/LICENSE,MIT
-github.com/cenkalti/backoff,https://github.com/cenkalti/backoff/blob/v2.2.1/LICENSE,MIT
-github.com/cenkalti/backoff/v4,https://github.com/cenkalti/backoff/blob/v4.3.0/LICENSE,MIT
-github.com/go-acme/lego/v4,https://github.com/go-acme/lego/blob/v4.16.1/LICENSE,MIT
-github.com/go-jose/go-jose/v4,https://github.com/go-jose/go-jose/blob/v4.0.1/LICENSE,Apache-2.0
-github.com/go-jose/go-jose/v4/json,https://github.com/go-jose/go-jose/blob/v4.0.1/json\LICENSE,BSD-3-Clause
-github.com/go-ping/ping,https://github.com/go-ping/ping/blob/v1.1.0/LICENSE,MIT
-github.com/google/uuid,https://github.com/google/uuid/blob/v1.6.0/LICENSE,BSD-3-Clause
-github.com/gorilla/css/scanner,https://github.com/gorilla/css/blob/v1.0.1/LICENSE,BSD-3-Clause
-github.com/gorilla/securecookie,https://github.com/gorilla/securecookie/blob/v1.1.2/LICENSE,BSD-3-Clause
-github.com/gorilla/sessions,https://github.com/gorilla/sessions/blob/v1.2.2/LICENSE,BSD-3-Clause
-github.com/gorilla/websocket,https://github.com/gorilla/websocket/blob/v1.5.1/LICENSE,BSD-3-Clause
-github.com/grandcat/zeroconf,https://github.com/grandcat/zeroconf/blob/v1.0.0/LICENSE,MIT
-github.com/likexian/whois,https://github.com/likexian/whois/blob/v1.15.1/LICENSE,Apache-2.0
-github.com/microcosm-cc/bluemonday,https://github.com/microcosm-cc/bluemonday/blob/v1.0.26/LICENSE.md,BSD-3-Clause
-github.com/miekg/dns,https://github.com/miekg/dns/blob/v1.1.58/LICENSE,BSD-3-Clause
-golang.org/x/crypto,https://cs.opensource.google/go/x/crypto/+/v0.21.0:LICENSE,BSD-3-Clause
-golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.23.0:LICENSE,BSD-3-Clause
-golang.org/x/sync/errgroup,https://cs.opensource.google/go/x/sync/+/v0.6.0:LICENSE,BSD-3-Clause
-golang.org/x/sys/windows,https://cs.opensource.google/go/x/sys/+/v0.18.0:LICENSE,BSD-3-Clause
-golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.14.0:LICENSE,BSD-3-Clause
-imuslab.com/zoraxy,Unknown,MIT
-imuslab.com/zoraxy/mod/dynamicproxy/dpcore,Unknown,MIT
-imuslab.com/zoraxy/mod/forwardproxy/cproxy,Unknown,MIT
-imuslab.com/zoraxy/mod/reverseproxy,Unknown,MIT
-imuslab.com/zoraxy/mod/websocketproxy,Unknown,MIT