blob: aed41289ba3252776b0db7ad2269a1d7ea4d01ef [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]fe466942024-04-21 04:03:28 +00008 github.com/cert-manager/cert-manager v1.14.4
renovate[bot]ec067572024-04-21 16:10:20 +00009 github.com/containers/image/v5 v5.30.0
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]5d122262024-04-03 11:32:25 -040013 github.com/percona/percona-xtradb-cluster-operator v1.14.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]7e6420f2024-04-19 22:53:32 +000023 gopkg.in/yaml.v3 v3.0.1
renovate[bot]794587a2024-04-17 00:50:44 +000024 gorm.io/driver/mysql v1.5.6
renovate[bot]94aabf12024-04-21 06:52:21 +000025 gorm.io/gorm v1.25.9
renovate[bot]7e88b8e2024-04-19 22:53:39 +000026 helm.sh/helm/v3 v3.14.4
renovate[bot]8334d602024-02-15 08:37:13 -050027 k8s.io/api v0.29.2
28 k8s.io/apimachinery v0.29.2
29 k8s.io/cli-runtime v0.29.2
30 k8s.io/client-go v0.29.2
Mohammed Naser7eadd242022-09-01 18:53:16 -040031)
32
33require (
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050034 github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050035 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050036 github.com/BurntSushi/toml v1.3.2 // indirect
37 github.com/MakeNowJust/heredoc v1.0.0 // indirect
38 github.com/Masterminds/goutils v1.1.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050039 github.com/Masterminds/semver/v3 v3.2.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050040 github.com/Masterminds/sprig/v3 v3.2.3 // indirect
41 github.com/Masterminds/squirrel v1.5.4 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000042 github.com/Microsoft/hcsshim v0.12.0-rc.3 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050043 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050044 github.com/atotto/clipboard v0.1.4 // indirect
45 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050046 github.com/beorn7/perks v1.0.1 // indirect
47 github.com/cespare/xxhash/v2 v2.2.0 // indirect
48 github.com/chai2010/gettext-go v1.0.2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050049 github.com/charmbracelet/bubbles v0.16.1 // indirect
50 github.com/charmbracelet/bubbletea v0.24.2 // indirect
51 github.com/charmbracelet/lipgloss v0.7.1 // indirect
52 github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
renovate[bot]7e88b8e2024-04-19 22:53:39 +000053 github.com/containerd/containerd v1.7.12 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050054 github.com/containerd/log v0.1.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050055 github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
56 github.com/containers/ocicrypt v1.1.9 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000057 github.com/containers/storage v1.53.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050058 github.com/cyphar/filepath-securejoin v0.2.4 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -050059 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050060 github.com/distribution/reference v0.5.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000061 github.com/docker/cli v25.0.3+incompatible // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050062 github.com/docker/distribution v2.8.3+incompatible // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000063 github.com/docker/docker v25.0.3+incompatible // indirect
64 github.com/docker/docker-credential-helpers v0.8.1 // indirect
65 github.com/docker/go-connections v0.5.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050066 github.com/docker/go-metrics v0.0.1 // indirect
67 github.com/docker/go-units v0.5.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050068 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
renovate[bot]58daa832024-01-25 11:20:11 -050069 github.com/evanphx/json-patch v5.7.0+incompatible // indirect
renovate[bot]5d122262024-04-03 11:32:25 -040070 github.com/evanphx/json-patch/v5 v5.8.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050071 github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050072 github.com/fatih/color v1.15.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050073 github.com/felixge/httpsnoop v1.0.4 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050074 github.com/flosch/pongo2/v6 v6.0.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050075 github.com/go-errors/errors v1.4.2 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050076 github.com/go-gorp/gorp/v3 v3.1.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050077 github.com/go-ini/ini v1.67.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -050078 github.com/go-logr/logr v1.4.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050079 github.com/go-logr/stdr v1.2.2 // indirect
renovate[bot]48214952024-02-07 19:49:21 -050080 github.com/go-openapi/jsonpointer v0.20.2 // indirect
81 github.com/go-openapi/jsonreference v0.20.4 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000082 github.com/go-openapi/swag v0.22.10 // indirect
renovate[bot]2003ae12024-01-01 21:08:50 -050083 github.com/go-sql-driver/mysql v1.7.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050084 github.com/gobwas/glob v0.2.3 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050085 github.com/gogo/protobuf v1.3.2 // indirect
86 github.com/golang/protobuf v1.5.3 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050087 github.com/google/btree v1.0.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050088 github.com/google/gnostic-models v0.6.8 // indirect
Mohammed Naser168acc32024-01-09 17:15:26 -050089 github.com/google/go-cmp v0.6.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050090 github.com/google/gofuzz v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050091 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000092 github.com/google/uuid v1.6.0 // indirect
93 github.com/gorilla/mux v1.8.1 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050094 github.com/gorilla/websocket v1.5.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050095 github.com/gosuri/uitable v0.0.4 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050096 github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050097 github.com/hashicorp/errwrap v1.1.0 // indirect
98 github.com/hashicorp/go-multierror v1.1.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050099 github.com/hashicorp/go-version v1.6.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500100 github.com/huandu/xstrings v1.4.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500101 github.com/imdario/mergo v0.3.16 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500102 github.com/inconshreveable/mousetrap v1.1.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500103 github.com/jinzhu/inflection v1.0.0 // indirect
104 github.com/jinzhu/now v1.1.5 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500105 github.com/jmoiron/sqlx v1.3.5 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500106 github.com/josharian/intern v1.0.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000107 github.com/json-iterator/go v1.1.12 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000108 github.com/klauspost/compress v1.17.7 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500109 github.com/klauspost/pgzip v1.2.6 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500110 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
111 github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
112 github.com/lib/pq v1.10.9 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500113 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
114 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500115 github.com/mailru/easyjson v0.7.7 // indirect
116 github.com/mattn/go-colorable v0.1.13 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500117 github.com/mattn/go-isatty v0.0.19 // indirect
118 github.com/mattn/go-localereader v0.0.1 // indirect
119 github.com/mattn/go-runewidth v0.0.15 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500120 github.com/mitchellh/copystructure v1.2.0 // indirect
121 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
122 github.com/mitchellh/reflectwalk v1.0.2 // indirect
123 github.com/moby/locker v1.0.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500124 github.com/moby/spdystream v0.2.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500125 github.com/moby/sys/mountinfo v0.7.1 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000126 github.com/moby/sys/user v0.1.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500127 github.com/moby/term v0.5.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000128 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
129 github.com/modern-go/reflect2 v1.0.2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500130 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500131 github.com/morikuni/aec v1.0.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500132 github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
133 github.com/muesli/cancelreader v0.2.2 // indirect
134 github.com/muesli/reflow v0.3.0 // indirect
135 github.com/muesli/termenv v0.15.2 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500136 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500137 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500138 github.com/opencontainers/go-digest v1.0.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000139 github.com/opencontainers/image-spec v1.1.0 // indirect
dependabot[bot]53ea0732024-02-21 16:18:50 -0500140 github.com/opencontainers/runc v1.1.12 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000141 github.com/opencontainers/runtime-spec v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500142 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500143 github.com/pkg/errors v0.9.1 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -0500144 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500145 github.com/prometheus/client_model v0.5.0 // indirect
146 github.com/prometheus/procfs v0.12.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500147 github.com/rivo/uniseg v0.4.4 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500148 github.com/rubenv/sql-migrate v1.5.2 // indirect
149 github.com/russross/blackfriday/v2 v2.1.0 // indirect
150 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
151 github.com/shopspring/decimal v1.3.1 // indirect
152 github.com/spf13/cast v1.5.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500153 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
154 github.com/ulikunitz/xz v0.5.11 // indirect
155 github.com/vbatts/tar-split v0.11.5 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500156 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
157 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
158 github.com/xeipuuv/gojsonschema v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500159 github.com/xlab/treeprint v1.2.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500160 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
161 go.opentelemetry.io/otel v1.21.0 // indirect
162 go.opentelemetry.io/otel/metric v1.21.0 // indirect
163 go.opentelemetry.io/otel/trace v1.21.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500164 go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
dependabot[bot]aa64a912024-04-19 22:53:27 +0000165 golang.org/x/crypto v0.21.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000166 golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
dependabot[bot]aa64a912024-04-19 22:53:27 +0000167 golang.org/x/net v0.23.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000168 golang.org/x/oauth2 v0.18.0 // indirect
renovate[bot]5d122262024-04-03 11:32:25 -0400169 golang.org/x/sync v0.6.0 // indirect
dependabot[bot]aa64a912024-04-19 22:53:27 +0000170 golang.org/x/sys v0.18.0 // indirect
171 golang.org/x/term v0.18.0 // indirect
renovate[bot]3a1450c2023-12-29 19:20:11 -0500172 golang.org/x/text v0.14.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500173 golang.org/x/time v0.5.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500174 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500175 google.golang.org/appengine v1.6.8 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500176 google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
177 google.golang.org/grpc v1.60.1 // indirect
dependabot[bot]20b5a9c2024-04-08 15:06:06 -0400178 google.golang.org/protobuf v1.33.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500179 gopkg.in/inf.v0 v0.9.1 // indirect
renovate[bot]58daa832024-01-25 11:20:11 -0500180 k8s.io/apiextensions-apiserver v0.29.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500181 k8s.io/apiserver v0.29.0 // indirect
182 k8s.io/component-base v0.29.0 // indirect
renovate[bot]5d122262024-04-03 11:32:25 -0400183 k8s.io/klog/v2 v2.120.1 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500184 k8s.io/kube-openapi v0.0.0-20240103051144-eec4567ac022 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500185 k8s.io/kubectl v0.29.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500186 k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500187 oras.land/oras-go v1.2.4 // indirect
renovate[bot]5d122262024-04-03 11:32:25 -0400188 sigs.k8s.io/controller-runtime v0.17.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500189 sigs.k8s.io/gateway-api v1.0.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500190 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500191 sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
192 sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500193 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500194 sigs.k8s.io/yaml v1.4.0 // indirect
Mohammed Naser7eadd242022-09-01 18:53:16 -0400195)