Added cloud config

This commit is contained in:
Gabriel Adrian Samfira 2022-04-18 17:26:13 +00:00
parent 9d2ab57603
commit eb28542110
13 changed files with 621 additions and 65 deletions

6
go.mod
View file

@ -4,12 +4,14 @@ go 1.18
require (
github.com/BurntSushi/toml v0.3.1
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-github/v43 v43.0.0
github.com/lxc/lxd v0.0.0-20220415052741-1170f2806124
github.com/pborman/uuid v1.2.1
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
require (
@ -27,10 +29,10 @@ require (
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/errgo.v1 v1.0.1 // indirect
gopkg.in/httprequest.v1 v1.2.1 // indirect