diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 78efeac..ecb457e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -5,19 +5,10 @@ builds: - -v goos: - linux - - windows - - darwin goarch: - amd64 - arm64 - '386' - ignore: - - goos: darwin - goarch: '386' - - goos: darwin - goarch: 'arm64' - - goos: windows - goarch: 'arm64' checksum: name_template: 'checksums.txt' archives: diff --git a/go.mod b/go.mod index 66b160e..ad8fc83 100644 --- a/go.mod +++ b/go.mod @@ -59,7 +59,7 @@ require ( go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect golang.org/x/crypto v0.21.0 // indirect - golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect + golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect golang.org/x/net v0.22.0 // indirect golang.org/x/sys v0.18.0 // indirect golang.org/x/text v0.14.0 // indirect diff --git a/go.sum b/go.sum index 9c89576..da9d15c 100644 --- a/go.sum +++ b/go.sum @@ -125,8 +125,8 @@ go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI= go.uber.org/multierr v1.9.0/go.mod h1:X2jQV1h+kxSjClGpnseKVIxpmcjrj7MNnI0bnlfKTVQ= golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA= golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs= -golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjsbSXD66ic0XW0js0R9g= -golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k= +golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 h1:mchzmB1XO2pMaKFRqk/+MV3mgGG96aqaPXaMifQU47w= +golang.org/x/exp v0.0.0-20231108232855-2478ac86f678/go.mod h1:zk2irFbV9DP96SEBUUAy67IdHUaZuSnrz1n472HUCLE= golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc= golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4= diff --git a/static/client.html b/static/client.html new file mode 100644 index 0000000..f4b770e --- /dev/null +++ b/static/client.html @@ -0,0 +1,78 @@ + + + + + + + Client download + + + + + +
+ Logo principal +
+ Logo Windows + Logo Apple +
+
+ + + + \ No newline at end of file diff --git a/static/images/apple.svg b/static/images/apple.svg new file mode 100644 index 0000000..fc28a9a --- /dev/null +++ b/static/images/apple.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/static/images/logo.svg b/static/images/logo.svg new file mode 100755 index 0000000..48d8881 --- /dev/null +++ b/static/images/logo.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/windows.svg b/static/images/windows.svg new file mode 100644 index 0000000..34434e2 --- /dev/null +++ b/static/images/windows.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file