blob: bf4ee615c48e5e47db20f3da0781b546f92e1979 [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]54e0dbb2024-02-09 10:45:41 -05008 github.com/cert-manager/cert-manager v1.14.2
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -05009 github.com/containers/image/v5 v5.29.2
Mohammed Naserd4617bb2023-12-07 19:35:33 -050010 github.com/erikgeiser/promptkit v0.9.0
renovate[bot]0c4c99d2024-02-09 13:12:55 -050011 github.com/goccy/go-yaml v1.11.3
Mohammed Naserd4617bb2023-12-07 19:35:33 -050012 github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
renovate[bot]2003ae12024-01-01 21:08:50 -050013 github.com/percona/percona-xtradb-cluster-operator v1.13.0
renovate[bot]ea7b3942024-02-28 11:37:26 -050014 github.com/prometheus/client_golang v1.19.0
renovate[bot]6afb34c2024-02-22 21:54:35 -050015 github.com/prometheus/common v0.48.0
Mohammed Naser3b3507d2023-11-28 21:13:39 -050016 github.com/sirupsen/logrus v1.9.3
renovate[bot]ae3214e2024-01-01 21:08:59 -050017 github.com/spf13/cobra v1.8.0
renovate[bot]3a1450c2023-12-29 19:20:11 -050018 github.com/spf13/pflag v1.0.5
renovate[bot]22096572024-04-03 11:31:16 -040019 github.com/stretchr/testify v1.9.0
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050020 github.com/yannh/kubeconform v0.6.4
renovate[bot]989bb4f2024-01-01 21:02:27 -050021 gopkg.in/ini.v1 v1.67.0
renovate[bot]22096572024-04-03 11:31:16 -040022 gopkg.in/yaml.v2 v2.4.0
renovate[bot]ab533222024-02-07 19:49:07 -050023 gorm.io/driver/mysql v1.5.4
renovate[bot]9f228512024-02-08 12:06:55 -050024 gorm.io/gorm v1.25.7
renovate[bot]dd6d91f2024-02-21 22:00:47 -050025 helm.sh/helm/v3 v3.14.2
renovate[bot]8334d602024-02-15 08:37:13 -050026 k8s.io/api v0.29.2
27 k8s.io/apimachinery v0.29.2
28 k8s.io/cli-runtime v0.29.2
29 k8s.io/client-go v0.29.2
Mohammed Naser7eadd242022-09-01 18:53:16 -040030)
31
32require (
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050033 github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050034 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050035 github.com/BurntSushi/toml v1.3.2 // indirect
36 github.com/MakeNowJust/heredoc v1.0.0 // indirect
37 github.com/Masterminds/goutils v1.1.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050038 github.com/Masterminds/semver/v3 v3.2.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050039 github.com/Masterminds/sprig/v3 v3.2.3 // indirect
40 github.com/Masterminds/squirrel v1.5.4 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050041 github.com/Microsoft/hcsshim v0.12.0-rc.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050042 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050043 github.com/atotto/clipboard v0.1.4 // indirect
44 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050045 github.com/beorn7/perks v1.0.1 // indirect
46 github.com/cespare/xxhash/v2 v2.2.0 // indirect
47 github.com/chai2010/gettext-go v1.0.2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050048 github.com/charmbracelet/bubbles v0.16.1 // indirect
49 github.com/charmbracelet/bubbletea v0.24.2 // indirect
50 github.com/charmbracelet/lipgloss v0.7.1 // indirect
51 github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050052 github.com/containerd/containerd v1.7.11 // indirect
53 github.com/containerd/log v0.1.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050054 github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
55 github.com/containers/ocicrypt v1.1.9 // indirect
56 github.com/containers/storage v1.51.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050057 github.com/cyphar/filepath-securejoin v0.2.4 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -050058 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050059 github.com/distribution/reference v0.5.0 // indirect
60 github.com/docker/cli v24.0.7+incompatible // indirect
61 github.com/docker/distribution v2.8.3+incompatible // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050062 github.com/docker/docker v24.0.7+incompatible // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050063 github.com/docker/docker-credential-helpers v0.8.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050064 github.com/docker/go-connections v0.4.0 // indirect
65 github.com/docker/go-metrics v0.0.1 // indirect
66 github.com/docker/go-units v0.5.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050067 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
renovate[bot]58daa832024-01-25 11:20:11 -050068 github.com/evanphx/json-patch v5.7.0+incompatible // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050069 github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050070 github.com/fatih/color v1.15.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050071 github.com/felixge/httpsnoop v1.0.4 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050072 github.com/flosch/pongo2/v6 v6.0.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050073 github.com/go-errors/errors v1.4.2 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050074 github.com/go-gorp/gorp/v3 v3.1.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050075 github.com/go-ini/ini v1.67.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -050076 github.com/go-logr/logr v1.4.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050077 github.com/go-logr/stdr v1.2.2 // indirect
renovate[bot]48214952024-02-07 19:49:21 -050078 github.com/go-openapi/jsonpointer v0.20.2 // indirect
79 github.com/go-openapi/jsonreference v0.20.4 // indirect
80 github.com/go-openapi/swag v0.22.7 // indirect
renovate[bot]2003ae12024-01-01 21:08:50 -050081 github.com/go-sql-driver/mysql v1.7.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050082 github.com/gobwas/glob v0.2.3 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050083 github.com/gogo/protobuf v1.3.2 // indirect
84 github.com/golang/protobuf v1.5.3 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050085 github.com/google/btree v1.0.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050086 github.com/google/gnostic-models v0.6.8 // indirect
Mohammed Naser168acc32024-01-09 17:15:26 -050087 github.com/google/go-cmp v0.6.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050088 github.com/google/gofuzz v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050089 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
renovate[bot]48214952024-02-07 19:49:21 -050090 github.com/google/uuid v1.5.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050091 github.com/gorilla/mux v1.8.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050092 github.com/gorilla/websocket v1.5.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050093 github.com/gosuri/uitable v0.0.4 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050094 github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050095 github.com/hashicorp/errwrap v1.1.0 // indirect
96 github.com/hashicorp/go-multierror v1.1.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050097 github.com/hashicorp/go-version v1.6.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050098 github.com/huandu/xstrings v1.4.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -050099 github.com/imdario/mergo v0.3.16 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500100 github.com/inconshreveable/mousetrap v1.1.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500101 github.com/jinzhu/inflection v1.0.0 // indirect
102 github.com/jinzhu/now v1.1.5 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500103 github.com/jmoiron/sqlx v1.3.5 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500104 github.com/josharian/intern v1.0.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000105 github.com/json-iterator/go v1.1.12 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500106 github.com/klauspost/compress v1.17.3 // indirect
107 github.com/klauspost/pgzip v1.2.6 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500108 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
109 github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
110 github.com/lib/pq v1.10.9 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500111 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
112 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500113 github.com/mailru/easyjson v0.7.7 // indirect
114 github.com/mattn/go-colorable v0.1.13 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500115 github.com/mattn/go-isatty v0.0.19 // indirect
116 github.com/mattn/go-localereader v0.0.1 // indirect
117 github.com/mattn/go-runewidth v0.0.15 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500118 github.com/mitchellh/copystructure v1.2.0 // indirect
119 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
120 github.com/mitchellh/reflectwalk v1.0.2 // indirect
121 github.com/moby/locker v1.0.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500122 github.com/moby/spdystream v0.2.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500123 github.com/moby/sys/mountinfo v0.7.1 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500124 github.com/moby/term v0.5.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000125 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
126 github.com/modern-go/reflect2 v1.0.2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500127 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500128 github.com/morikuni/aec v1.0.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500129 github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
130 github.com/muesli/cancelreader v0.2.2 // indirect
131 github.com/muesli/reflow v0.3.0 // indirect
132 github.com/muesli/termenv v0.15.2 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500133 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500134 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500135 github.com/opencontainers/go-digest v1.0.0 // indirect
136 github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
dependabot[bot]53ea0732024-02-21 16:18:50 -0500137 github.com/opencontainers/runc v1.1.12 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500138 github.com/opencontainers/runtime-spec v1.1.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500139 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500140 github.com/pkg/errors v0.9.1 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -0500141 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500142 github.com/prometheus/client_model v0.5.0 // indirect
143 github.com/prometheus/procfs v0.12.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500144 github.com/rivo/uniseg v0.4.4 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500145 github.com/rubenv/sql-migrate v1.5.2 // indirect
146 github.com/russross/blackfriday/v2 v2.1.0 // indirect
147 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
148 github.com/shopspring/decimal v1.3.1 // indirect
149 github.com/spf13/cast v1.5.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500150 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
151 github.com/ulikunitz/xz v0.5.11 // indirect
152 github.com/vbatts/tar-split v0.11.5 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500153 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
154 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
155 github.com/xeipuuv/gojsonschema v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500156 github.com/xlab/treeprint v1.2.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500157 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
158 go.opentelemetry.io/otel v1.21.0 // indirect
159 go.opentelemetry.io/otel/metric v1.21.0 // indirect
160 go.opentelemetry.io/otel/trace v1.21.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500161 go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500162 golang.org/x/crypto v0.18.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500163 golang.org/x/exp v0.0.0-20231226003508-02704c960a9b // indirect
renovate[bot]c8f17bf2024-02-09 13:13:02 -0500164 golang.org/x/net v0.20.0 // indirect
165 golang.org/x/oauth2 v0.16.0 // indirect
renovate[bot]2412c322024-01-23 09:58:09 -0500166 golang.org/x/sync v0.5.0 // indirect
renovate[bot]c8f17bf2024-02-09 13:13:02 -0500167 golang.org/x/sys v0.16.0 // indirect
168 golang.org/x/term v0.16.0 // indirect
renovate[bot]3a1450c2023-12-29 19:20:11 -0500169 golang.org/x/text v0.14.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500170 golang.org/x/time v0.5.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500171 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500172 google.golang.org/appengine v1.6.8 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500173 google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
174 google.golang.org/grpc v1.60.1 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500175 google.golang.org/protobuf v1.32.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500176 gopkg.in/inf.v0 v0.9.1 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000177 gopkg.in/yaml.v3 v3.0.1 // indirect
renovate[bot]58daa832024-01-25 11:20:11 -0500178 k8s.io/apiextensions-apiserver v0.29.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500179 k8s.io/apiserver v0.29.0 // indirect
180 k8s.io/component-base v0.29.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500181 k8s.io/klog/v2 v2.110.1 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500182 k8s.io/kube-openapi v0.0.0-20240103051144-eec4567ac022 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500183 k8s.io/kubectl v0.29.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500184 k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500185 oras.land/oras-go v1.2.4 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500186 sigs.k8s.io/controller-runtime v0.16.3 // indirect
187 sigs.k8s.io/gateway-api v1.0.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500188 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500189 sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
190 sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500191 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500192 sigs.k8s.io/yaml v1.4.0 // indirect
Mohammed Naser7eadd242022-09-01 18:53:16 -0400193)