blob: 991756136196bb0ac08e5df65dcae24f86a7b0a0 [file] [log] [blame]
Mohammed Naser7eadd242022-09-01 18:53:16 -04001module github.com/vexxhost/atmosphere
2
Oleksandr K.b5106b92024-10-22 00:30:37 +02003go 1.22.0
Mohammed Naserd669de52024-01-02 08:45:01 -05004
renovate[bot]ff81fe02024-05-14 19:07:37 +00005toolchain go1.22.3
Mohammed Naser7eadd242022-09-01 18:53:16 -04006
7require (
renovate[bot]dee947d2024-08-19 11:17:21 +00008 github.com/containers/image/v5 v5.30.1
Mohammed Naserd4617bb2023-12-07 19:35:33 -05009 github.com/erikgeiser/promptkit v0.9.0
renovate[bot]0c4c99d2024-02-09 13:12:55 -050010 github.com/goccy/go-yaml v1.11.3
Mohammed Naserd4617bb2023-12-07 19:35:33 -050011 github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
renovate[bot]5d122262024-04-03 11:32:25 -040012 github.com/percona/percona-xtradb-cluster-operator v1.14.0
Oleksandr K.b5106b92024-10-22 00:30:37 +020013 github.com/prometheus/client_golang v1.19.1
14 github.com/prometheus/common v0.55.0
15 github.com/prometheus/prometheus v0.54.1
Mohammed Naser3b3507d2023-11-28 21:13:39 -050016 github.com/sirupsen/logrus v1.9.3
renovate[bot]35933ac2024-08-21 18:57:59 +000017 github.com/spf13/cobra v1.8.1
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]794587a2024-04-17 00:50:44 +000023 gorm.io/driver/mysql v1.5.6
renovate[bot]627bf1a2024-05-01 00:16:03 +000024 gorm.io/gorm v1.25.10
Oleksandr K.b5106b92024-10-22 00:30:37 +020025 helm.sh/helm/v3 v3.16.2
26 k8s.io/api v0.31.1
27 k8s.io/apimachinery v0.31.1
28 k8s.io/cli-runtime v0.31.1
29 k8s.io/client-go v0.31.1
Mohammed Naser7eadd242022-09-01 18:53:16 -040030)
31
32require (
Oleksandr K.b5106b92024-10-22 00:30:37 +020033 dario.cat/mergo v1.0.1 // indirect
34 filippo.io/edwards25519 v1.1.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050035 github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050036 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050037 github.com/BurntSushi/toml v1.3.2 // indirect
38 github.com/MakeNowJust/heredoc v1.0.0 // indirect
39 github.com/Masterminds/goutils v1.1.1 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020040 github.com/Masterminds/semver/v3 v3.3.0 // indirect
41 github.com/Masterminds/sprig/v3 v3.3.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050042 github.com/Masterminds/squirrel v1.5.4 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000043 github.com/Microsoft/hcsshim v0.12.0-rc.3 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050044 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050045 github.com/atotto/clipboard v0.1.4 // indirect
46 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050047 github.com/beorn7/perks v1.0.1 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020048 github.com/blang/semver/v4 v4.0.0 // indirect
Yaguang Tang99568972024-11-29 09:02:23 +080049 github.com/cert-manager/cert-manager v1.14.5 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020050 github.com/cespare/xxhash/v2 v2.3.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050051 github.com/chai2010/gettext-go v1.0.2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050052 github.com/charmbracelet/bubbles v0.16.1 // indirect
53 github.com/charmbracelet/bubbletea v0.24.2 // indirect
54 github.com/charmbracelet/lipgloss v0.7.1 // indirect
55 github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
renovate[bot]7e88b8e2024-04-19 22:53:39 +000056 github.com/containerd/containerd v1.7.12 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050057 github.com/containerd/log v0.1.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050058 github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
59 github.com/containers/ocicrypt v1.1.9 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000060 github.com/containers/storage v1.53.0 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020061 github.com/cyphar/filepath-securejoin v0.3.1 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -050062 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050063 github.com/distribution/reference v0.5.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000064 github.com/docker/cli v25.0.3+incompatible // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050065 github.com/docker/distribution v2.8.3+incompatible // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020066 github.com/docker/docker v27.0.3+incompatible // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000067 github.com/docker/docker-credential-helpers v0.8.1 // indirect
68 github.com/docker/go-connections v0.5.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050069 github.com/docker/go-metrics v0.0.1 // indirect
70 github.com/docker/go-units v0.5.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050071 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020072 github.com/evanphx/json-patch v5.9.0+incompatible // indirect
renovate[bot]5d122262024-04-03 11:32:25 -040073 github.com/evanphx/json-patch/v5 v5.8.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050074 github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020075 github.com/fatih/color v1.16.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050076 github.com/felixge/httpsnoop v1.0.4 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050077 github.com/flosch/pongo2/v6 v6.0.0 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020078 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050079 github.com/go-errors/errors v1.4.2 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050080 github.com/go-gorp/gorp/v3 v3.1.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050081 github.com/go-ini/ini v1.67.0 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020082 github.com/go-logr/logr v1.4.2 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050083 github.com/go-logr/stdr v1.2.2 // indirect
renovate[bot]48214952024-02-07 19:49:21 -050084 github.com/go-openapi/jsonpointer v0.20.2 // indirect
85 github.com/go-openapi/jsonreference v0.20.4 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000086 github.com/go-openapi/swag v0.22.10 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020087 github.com/go-sql-driver/mysql v1.8.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050088 github.com/gobwas/glob v0.2.3 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050089 github.com/gogo/protobuf v1.3.2 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +020090 github.com/golang/protobuf v1.5.4 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050091 github.com/google/btree v1.0.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050092 github.com/google/gnostic-models v0.6.8 // indirect
Mohammed Naser168acc32024-01-09 17:15:26 -050093 github.com/google/go-cmp v0.6.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050094 github.com/google/gofuzz v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050095 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000096 github.com/google/uuid v1.6.0 // indirect
97 github.com/gorilla/mux v1.8.1 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050098 github.com/gorilla/websocket v1.5.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050099 github.com/gosuri/uitable v0.0.4 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200100 github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500101 github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500102 github.com/hashicorp/errwrap v1.1.0 // indirect
103 github.com/hashicorp/go-multierror v1.1.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500104 github.com/hashicorp/go-version v1.6.0 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200105 github.com/huandu/xstrings v1.5.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500106 github.com/imdario/mergo v0.3.16 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500107 github.com/inconshreveable/mousetrap v1.1.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500108 github.com/jinzhu/inflection v1.0.0 // indirect
109 github.com/jinzhu/now v1.1.5 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200110 github.com/jmoiron/sqlx v1.4.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500111 github.com/josharian/intern v1.0.0 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200112 github.com/jpillora/backoff v1.0.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000113 github.com/json-iterator/go v1.1.12 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200114 github.com/klauspost/compress v1.17.9 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500115 github.com/klauspost/pgzip v1.2.6 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500116 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
117 github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
118 github.com/lib/pq v1.10.9 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500119 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
120 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500121 github.com/mailru/easyjson v0.7.7 // indirect
122 github.com/mattn/go-colorable v0.1.13 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200123 github.com/mattn/go-isatty v0.0.20 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500124 github.com/mattn/go-localereader v0.0.1 // indirect
125 github.com/mattn/go-runewidth v0.0.15 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500126 github.com/mitchellh/copystructure v1.2.0 // indirect
127 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
128 github.com/mitchellh/reflectwalk v1.0.2 // indirect
129 github.com/moby/locker v1.0.1 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200130 github.com/moby/spdystream v0.4.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500131 github.com/moby/sys/mountinfo v0.7.1 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000132 github.com/moby/sys/user v0.1.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500133 github.com/moby/term v0.5.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000134 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
135 github.com/modern-go/reflect2 v1.0.2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500136 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
137 github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
138 github.com/muesli/cancelreader v0.2.2 // indirect
139 github.com/muesli/reflow v0.3.0 // indirect
140 github.com/muesli/termenv v0.15.2 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500141 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200142 github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500143 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500144 github.com/opencontainers/go-digest v1.0.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000145 github.com/opencontainers/image-spec v1.1.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000146 github.com/opencontainers/runtime-spec v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500147 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500148 github.com/pkg/errors v0.9.1 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -0500149 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200150 github.com/prometheus/client_model v0.6.1 // indirect
151 github.com/prometheus/procfs v0.15.1 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500152 github.com/rivo/uniseg v0.4.4 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200153 github.com/rubenv/sql-migrate v1.7.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500154 github.com/russross/blackfriday/v2 v2.1.0 // indirect
155 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200156 github.com/shopspring/decimal v1.4.0 // indirect
157 github.com/spf13/cast v1.7.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500158 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
159 github.com/ulikunitz/xz v0.5.11 // indirect
160 github.com/vbatts/tar-split v0.11.5 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200161 github.com/x448/float16 v0.8.4 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500162 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
163 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
164 github.com/xeipuuv/gojsonschema v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500165 github.com/xlab/treeprint v1.2.0 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200166 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
167 go.opentelemetry.io/otel v1.28.0 // indirect
168 go.opentelemetry.io/otel/metric v1.28.0 // indirect
169 go.opentelemetry.io/otel/trace v1.28.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500170 go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200171 golang.org/x/crypto v0.27.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000172 golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200173 golang.org/x/net v0.27.0 // indirect
174 golang.org/x/oauth2 v0.21.0 // indirect
175 golang.org/x/sync v0.8.0 // indirect
176 golang.org/x/sys v0.25.0 // indirect
177 golang.org/x/term v0.24.0 // indirect
178 golang.org/x/text v0.18.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500179 golang.org/x/time v0.5.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500180 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200181 google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect
182 google.golang.org/grpc v1.65.0 // indirect
183 google.golang.org/protobuf v1.34.2 // indirect
184 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500185 gopkg.in/inf.v0 v0.9.1 // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200186 gopkg.in/yaml.v3 v3.0.1 // indirect
187 k8s.io/apiextensions-apiserver v0.31.1 // indirect
188 k8s.io/apiserver v0.31.1 // indirect
189 k8s.io/component-base v0.31.1 // indirect
190 k8s.io/klog/v2 v2.130.1 // indirect
191 k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
192 k8s.io/kubectl v0.31.1 // indirect
193 k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
194 oras.land/oras-go v1.2.5 // indirect
renovate[bot]5d122262024-04-03 11:32:25 -0400195 sigs.k8s.io/controller-runtime v0.17.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500196 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Oleksandr K.b5106b92024-10-22 00:30:37 +0200197 sigs.k8s.io/kustomize/api v0.17.2 // indirect
198 sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500199 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500200 sigs.k8s.io/yaml v1.4.0 // indirect
Mohammed Naser7eadd242022-09-01 18:53:16 -0400201)