2023-03-12 16:01:49 +02:00
|
|
|
module github.com/cloudbase/garm
|
2022-04-13 16:47:42 +00:00
|
|
|
|
2023-03-20 11:46:10 +02:00
|
|
|
go 1.20
|
2022-04-13 16:47:42 +00:00
|
|
|
|
|
|
|
|
require (
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/BurntSushi/toml v1.2.1
|
2022-05-02 17:55:29 +00:00
|
|
|
github.com/go-resty/resty/v2 v2.7.0
|
2022-04-27 16:56:28 +00:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/google/go-github/v48 v48.2.0
|
2022-04-26 20:29:58 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-04-22 14:46:27 +00:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2022-10-21 02:49:53 +03:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/jedib0t/go-pretty/v6 v6.4.6
|
|
|
|
|
github.com/juju/clock v1.0.3
|
|
|
|
|
github.com/juju/retry v1.0.0
|
2023-03-26 22:08:51 +03:00
|
|
|
github.com/lxc/lxd v0.0.0-20230325180147-8d608287b0ce
|
2022-05-03 12:40:59 +00:00
|
|
|
github.com/manifoldco/promptui v0.9.0
|
2023-03-26 22:08:51 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.18
|
2022-04-27 16:56:28 +00:00
|
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
|
2022-04-13 16:47:42 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-01-26 14:02:53 +01:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2022-04-28 16:13:20 +00:00
|
|
|
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/spf13/cobra v1.6.1
|
|
|
|
|
github.com/stretchr/testify v1.8.2
|
2023-01-20 20:22:28 +01:00
|
|
|
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
|
2023-03-12 16:22:37 +02:00
|
|
|
golang.org/x/crypto v0.7.0
|
|
|
|
|
golang.org/x/oauth2 v0.6.0
|
2023-06-06 16:07:07 +03:00
|
|
|
golang.org/x/sync v0.1.0
|
2023-03-12 16:22:37 +02:00
|
|
|
golang.org/x/sys v0.6.0
|
2022-10-21 02:49:53 +03:00
|
|
|
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0
|
2023-03-12 16:22:37 +02:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
2022-06-28 15:13:02 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2023-03-12 16:22:37 +02:00
|
|
|
gorm.io/datatypes v1.1.1
|
|
|
|
|
gorm.io/driver/mysql v1.4.7
|
|
|
|
|
gorm.io/driver/sqlite v1.4.4
|
|
|
|
|
gorm.io/gorm v1.24.6
|
2022-04-13 16:47:42 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2023-01-17 17:32:28 +01:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
|
github.com/chzyer/readline v1.5.1 // indirect
|
2022-06-28 15:13:02 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
2022-04-15 15:22:47 +00:00
|
|
|
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3 // indirect
|
2023-03-26 22:08:51 +03:00
|
|
|
github.com/frankban/quicktest v1.14.3 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/go-macaroon-bakery/macaroon-bakery/v3 v3.0.1 // indirect
|
2022-04-15 15:22:47 +00:00
|
|
|
github.com/go-macaroon-bakery/macaroonpb v1.0.0 // indirect
|
2023-01-30 00:40:01 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-04-13 16:47:42 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-04-25 00:03:26 +00:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/juju/errors v1.0.0 // indirect
|
2023-03-26 22:08:51 +03:00
|
|
|
github.com/juju/testing v1.0.2 // indirect
|
2022-04-15 15:22:47 +00:00
|
|
|
github.com/juju/webbrowser v1.0.0 // indirect
|
|
|
|
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
|
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2023-03-26 22:08:51 +03:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.16 // indirect
|
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2022-04-28 16:13:20 +00:00
|
|
|
github.com/pborman/uuid v1.2.1 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/pkg/sftp v1.13.5 // indirect
|
|
|
|
|
github.com/pkg/xattr v0.4.9 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2023-01-17 17:32:28 +01:00
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
2022-04-15 15:22:47 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
|
|
|
github.com/rogpeppe/fastuuid v1.2.0 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
2022-05-02 17:55:29 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
|
|
|
|
golang.org/x/net v0.8.0 // indirect
|
|
|
|
|
golang.org/x/term v0.6.0 // indirect
|
2022-04-18 17:26:13 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-03-26 22:08:51 +03:00
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2022-04-15 15:22:47 +00:00
|
|
|
gopkg.in/errgo.v1 v1.0.1 // indirect
|
|
|
|
|
gopkg.in/httprequest.v1 v1.2.1 // indirect
|
|
|
|
|
gopkg.in/macaroon.v2 v2.1.0 // indirect
|
2023-03-12 16:22:37 +02:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-04-13 16:47:42 +00:00
|
|
|
)
|