forked from janeczku/rancher-letsencrypt
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
319 changed files
with
24,142 additions
and
49,916 deletions.
There are no files selected for viewing
Empty file.
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 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 +1 @@ | ||
v0.5.0 | ||
v1.0.0 |
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 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 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 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,3 @@ | ||
#!/bin/bash | ||
|
||
make deps && make -j 4 build |
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,4 @@ | ||
#!/bin/bash | ||
env | ||
exec "$@" & | ||
wait |
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,48 @@ | ||
package: github.com/vxcontrol/rancher-letsencrypt | ||
import: | ||
- package: github.com/Azure/azure-sdk-for-go | ||
version: v17.3.0 | ||
- package: github.com/Azure/go-autorest | ||
version: v10.10.0 | ||
- package: github.com/JamesClonk/vultr | ||
version: 1.13.0 | ||
- package: github.com/Sirupsen/logrus | ||
version: v1.0.5 | ||
- package: github.com/aws/aws-sdk-go | ||
version: v1.14.3 | ||
- package: github.com/dgrijalva/jwt-go | ||
version: 6c8dedd | ||
- package: github.com/dnsimple/dnsimple-go | ||
version: 5a5b427 | ||
- package: github.com/edeckers/auroradnsclient | ||
version: 8b777c1 | ||
- package: github.com/go-ini/ini | ||
version: e7fea39 | ||
- package: github.com/google/go-querystring | ||
version: 53e6ce1 | ||
- package: github.com/gorilla/websocket | ||
version: a91eba7 | ||
- package: github.com/jmespath/go-jmespath | ||
version: bd40a43 | ||
- package: github.com/juju/ratelimit | ||
version: 77ed1c8 | ||
- package: github.com/miekg/dns | ||
version: f282f80 | ||
- package: github.com/ovh/go-ovh | ||
version: d220717 | ||
- package: github.com/pkg/errors | ||
version: c605e28 | ||
- package: github.com/rancher/go-rancher/v2 | ||
version: 939fd85 | ||
- package: github.com/xenolf/lego | ||
version: 7fedfd1 | ||
- package: golang.org/x/crypto | ||
version: ab89591 | ||
- package: golang.org/x/sys | ||
version: f845067 | ||
- package: gopkg.in/ini.v1 | ||
version: e7fea39 | ||
- package: gopkg.in/ns1/ns1-go.v2 | ||
version: c563826 | ||
- package: gopkg.in/square/go-jose.v2 | ||
version: v2.1.6 |
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,28 +1,26 @@ | ||
# package | ||
github.com/vxcontrol/rancher-letsencrypt | ||
|
||
github.com/aws/aws-sdk-go v1.8.6 | ||
github.com/Azure/azure-sdk-for-go v10.0.2-beta | ||
github.com/Azure/go-autorest v8.0.0 | ||
github.com/dgrijalva/jwt-go 6c8dedd | ||
github.com/dnsimple/dnsimple-go 5a5b427 | ||
github.com/edeckers/auroradnsclient 8b777c1 | ||
github.com/go-ini/ini e7fea39 | ||
github.com/google/go-querystring 53e6ce1 | ||
github.com/gorilla/websocket a91eba7 | ||
github.com/JamesClonk/vultr 1.13.0 | ||
github.com/jmespath/go-jmespath bd40a43 | ||
github.com/juju/ratelimit 77ed1c8 | ||
github.com/miekg/dns f282f80 | ||
github.com/ovh/go-ovh d220717 | ||
github.com/pkg/errors c605e28 | ||
github.com/rancher/go-rancher/v2 939fd85 | ||
github.com/Sirupsen/logrus v0.11.5 | ||
github.com/xenolf/lego aaa8e70 | ||
golang.org/x/crypto ab89591 | ||
golang.org/x/net 84f0e6f | ||
golang.org/x/sys f845067 | ||
golang.org/x/text 767daa1 | ||
gopkg.in/ini.v1 e7fea39 | ||
gopkg.in/ns1/ns1-go.v2 c563826 | ||
gopkg.in/square/go-jose.v1 aa2e30f | ||
github.com/aws/aws-sdk-go v1.14.3 | ||
github.com/Azure/azure-sdk-for-go v17.3.0 | ||
github.com/Azure/go-autorest v10.10.0 | ||
github.com/dgrijalva/jwt-go 6c8dedd | ||
github.com/dnsimple/dnsimple-go 5a5b427 | ||
github.com/edeckers/auroradnsclient 8b777c1 | ||
github.com/go-ini/ini e7fea39 | ||
github.com/google/go-querystring 53e6ce1 | ||
github.com/gorilla/websocket a91eba7 | ||
github.com/JamesClonk/vultr 1.13.0 | ||
github.com/jmespath/go-jmespath bd40a43 | ||
github.com/juju/ratelimit 77ed1c8 | ||
github.com/miekg/dns f282f80 | ||
github.com/ovh/go-ovh d220717 | ||
github.com/pkg/errors c605e28 | ||
github.com/rancher/go-rancher/v2 939fd85 | ||
github.com/Sirupsen/logrus v1.0.5 | ||
github.com/xenolf/lego 7fedfd1 | ||
golang.org/x/crypto ab89591 | ||
golang.org/x/sys f845067 | ||
gopkg.in/ini.v1 e7fea39 | ||
gopkg.in/ns1/ns1-go.v2 c563826 | ||
gopkg.in/square/go-jose.v2 v2.1.6 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.