blob: 82cd96e861476036af930c0096f3a77c520d2c5a [file] [log] [blame]
Mohammed Naser7eadd242022-09-01 18:53:16 -04001module github.com/vexxhost/atmosphere
2
Mohammed Naserd669de52024-01-02 08:45:01 -05003go 1.21
4
5toolchain go1.21.4
Mohammed Naser7eadd242022-09-01 18:53:16 -04006
7require (
renovate[bot]e2c03712024-01-09 17:18:28 -05008 github.com/cert-manager/cert-manager v1.13.3
Mohammed Naserd4617bb2023-12-07 19:35:33 -05009 github.com/erikgeiser/promptkit v0.9.0
renovate[bot]6f1252f2024-01-01 21:08:35 -050010 github.com/goccy/go-yaml v1.11.2
renovate[bot]b8ed8592024-01-01 20:41:51 -050011 github.com/google/go-github/v57 v57.0.0
renovate[bot]0e627922024-01-01 21:08:43 -050012 github.com/gophercloud/gophercloud v1.8.0
renovate[bot]4f310932023-12-30 22:54:37 -050013 github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
Mohammed Naserd4617bb2023-12-07 19:35:33 -050014 github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
renovate[bot]2003ae12024-01-01 21:08:50 -050015 github.com/percona/percona-xtradb-cluster-operator v1.13.0
renovate[bot]8dce6ac2024-01-02 08:46:34 -050016 github.com/prometheus/client_golang v1.18.0
renovate[bot]0ecf0272024-01-01 20:42:05 -050017 github.com/prometheus/common v0.45.0
Mohammed Naser3b3507d2023-11-28 21:13:39 -050018 github.com/sirupsen/logrus v1.9.3
renovate[bot]ae3214e2024-01-01 21:08:59 -050019 github.com/spf13/cobra v1.8.0
renovate[bot]3a1450c2023-12-29 19:20:11 -050020 github.com/spf13/pflag v1.0.5
Mohammed Naser3b3507d2023-11-28 21:13:39 -050021 github.com/stretchr/testify v1.8.4
renovate[bot]989bb4f2024-01-01 21:02:27 -050022 gopkg.in/ini.v1 v1.67.0
Mohammed Naserd4617bb2023-12-07 19:35:33 -050023 gorm.io/driver/mysql v1.5.2
24 gorm.io/gorm v1.25.5
renovate[bot]037cb8f2023-12-30 22:54:53 -050025 helm.sh/helm/v3 v3.13.3
Mohammed Naserd669de52024-01-02 08:45:01 -050026 k8s.io/api v0.29.0
27 k8s.io/apimachinery v0.29.0
28 k8s.io/cli-runtime v0.29.0
29 k8s.io/client-go v0.29.0
Mohammed Naser7eadd242022-09-01 18:53:16 -040030)
31
32require (
Mohammed Naserd669de52024-01-02 08:45:01 -050033 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050034 github.com/Masterminds/semver/v3 v3.2.1 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050035 github.com/atotto/clipboard v0.1.4 // indirect
36 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050037 github.com/charmbracelet/bubbles v0.16.1 // indirect
38 github.com/charmbracelet/bubbletea v0.24.2 // indirect
39 github.com/charmbracelet/lipgloss v0.7.1 // indirect
40 github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -050041 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050042 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050043 github.com/evanphx/json-patch v5.6.0+incompatible // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050044 github.com/fatih/color v1.15.0 // indirect
45 github.com/flosch/pongo2/v6 v6.0.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050046 github.com/go-errors/errors v1.4.2 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050047 github.com/go-ini/ini v1.67.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050048 github.com/go-logr/logr v1.3.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050049 github.com/go-openapi/jsonpointer v0.19.6 // indirect
50 github.com/go-openapi/jsonreference v0.20.2 // indirect
51 github.com/go-openapi/swag v0.22.4 // indirect
renovate[bot]2003ae12024-01-01 21:08:50 -050052 github.com/go-sql-driver/mysql v1.7.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050053 github.com/gogo/protobuf v1.3.2 // indirect
54 github.com/golang/protobuf v1.5.3 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050055 github.com/google/btree v1.0.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050056 github.com/google/gnostic-models v0.6.8 // indirect
Mohammed Naser168acc32024-01-09 17:15:26 -050057 github.com/google/go-cmp v0.6.0 // indirect
Mohammed Naserdabb1dc2022-09-06 14:45:59 -040058 github.com/google/go-querystring v1.1.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050059 github.com/google/gofuzz v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050060 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -050061 github.com/google/uuid v1.3.1 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050062 github.com/gorilla/websocket v1.5.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050063 github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
renovate[bot]4f310932023-12-30 22:54:37 -050064 github.com/hashicorp/go-uuid v1.0.3 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050065 github.com/hashicorp/go-version v1.6.0 // indirect
66 github.com/imdario/mergo v0.3.13 // indirect
67 github.com/inconshreveable/mousetrap v1.1.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050068 github.com/jinzhu/inflection v1.0.0 // indirect
69 github.com/jinzhu/now v1.1.5 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050070 github.com/josharian/intern v1.0.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +000071 github.com/json-iterator/go v1.1.12 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050072 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
73 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050074 github.com/mailru/easyjson v0.7.7 // indirect
75 github.com/mattn/go-colorable v0.1.13 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050076 github.com/mattn/go-isatty v0.0.19 // indirect
77 github.com/mattn/go-localereader v0.0.1 // indirect
78 github.com/mattn/go-runewidth v0.0.15 // indirect
Mohammed Naserdabb1dc2022-09-06 14:45:59 -040079 github.com/mitchellh/go-homedir v1.1.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050080 github.com/moby/spdystream v0.2.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050081 github.com/moby/term v0.5.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +000082 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
83 github.com/modern-go/reflect2 v1.0.2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050084 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
85 github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
86 github.com/muesli/cancelreader v0.2.2 // indirect
87 github.com/muesli/reflow v0.3.0 // indirect
88 github.com/muesli/termenv v0.15.2 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050089 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050090 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050091 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050092 github.com/pkg/errors v0.9.1 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -050093 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050094 github.com/rivo/uniseg v0.4.4 // indirect
Mohammed Naserc6392302024-01-04 00:43:02 -050095 github.com/rogpeppe/go-internal v1.11.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050096 github.com/xlab/treeprint v1.2.0 // indirect
97 go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
renovate[bot]3a1450c2023-12-29 19:20:11 -050098 golang.org/x/net v0.19.0 // indirect
Mohammed Naserc6392302024-01-04 00:43:02 -050099 golang.org/x/oauth2 v0.15.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500100 golang.org/x/sync v0.3.0 // indirect
renovate[bot]3a1450c2023-12-29 19:20:11 -0500101 golang.org/x/sys v0.15.0 // indirect
102 golang.org/x/term v0.15.0 // indirect
103 golang.org/x/text v0.14.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500104 golang.org/x/time v0.3.0 // indirect
renovate[bot]3a1450c2023-12-29 19:20:11 -0500105 golang.org/x/tools v0.13.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500106 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
Mohammed Naserdabb1dc2022-09-06 14:45:59 -0400107 google.golang.org/appengine v1.6.7 // indirect
renovate[bot]037cb8f2023-12-30 22:54:53 -0500108 google.golang.org/protobuf v1.31.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500109 gopkg.in/inf.v0 v0.9.1 // indirect
Mohammed Naser09d8ea82022-09-03 19:16:18 -0400110 gopkg.in/yaml.v2 v2.4.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000111 gopkg.in/yaml.v3 v3.0.1 // indirect
Mohammed Naser168acc32024-01-09 17:15:26 -0500112 k8s.io/apiextensions-apiserver v0.28.4 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500113 k8s.io/klog/v2 v2.110.1 // indirect
114 k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
115 k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -0500116 sigs.k8s.io/controller-runtime v0.16.1 // indirect
117 sigs.k8s.io/gateway-api v0.8.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500118 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500119 sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
120 sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500121 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500122 sigs.k8s.io/yaml v1.3.0 // indirect
Mohammed Naser7eadd242022-09-01 18:53:16 -0400123)