blob: 3b63216449376dfe199e322f035a66a6afe18fb3 [file] [log] [blame]
Mohammed Naser7eadd242022-09-01 18:53:16 -04001module github.com/vexxhost/atmosphere
2
Oleksandr K.dd452852024-10-25 19:54:06 +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 (
Yaguang Tangc7195db2024-11-30 01:26:58 +08008 github.com/containers/image/v5 v5.30.1
Mohammed Naserd4617bb2023-12-07 19:35:33 -05009 github.com/erikgeiser/promptkit v0.9.0
Mohammed Naser274554f2025-01-26 12:50:42 -050010 github.com/goccy/go-yaml v1.15.15
Mohammed Naserd4617bb2023-12-07 19:35:33 -050011 github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
Mohammed Naser274554f2025-01-26 12:50:42 -050012 github.com/opencontainers/go-digest v1.0.0
renovate[bot]5d122262024-04-03 11:32:25 -040013 github.com/percona/percona-xtradb-cluster-operator v1.14.0
Oleksandr K.dd452852024-10-25 19:54:06 +020014 github.com/prometheus/client_golang v1.19.1
15 github.com/prometheus/common v0.55.0
16 github.com/prometheus/prometheus v0.54.1
Mohammed Naser3b3507d2023-11-28 21:13:39 -050017 github.com/sirupsen/logrus v1.9.3
Oleksandr K.dd452852024-10-25 19:54:06 +020018 github.com/spf13/cobra v1.8.1
renovate[bot]3a1450c2023-12-29 19:20:11 -050019 github.com/spf13/pflag v1.0.5
renovate[bot]22096572024-04-03 11:31:16 -040020 github.com/stretchr/testify v1.9.0
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050021 github.com/yannh/kubeconform v0.6.4
Mohammed Naser274554f2025-01-26 12:50:42 -050022 golang.org/x/sync v0.8.0
renovate[bot]989bb4f2024-01-01 21:02:27 -050023 gopkg.in/ini.v1 v1.67.0
renovate[bot]22096572024-04-03 11:31:16 -040024 gopkg.in/yaml.v2 v2.4.0
renovate[bot]794587a2024-04-17 00:50:44 +000025 gorm.io/driver/mysql v1.5.6
renovate[bot]627bf1a2024-05-01 00:16:03 +000026 gorm.io/gorm v1.25.10
Oleksandr K.dd452852024-10-25 19:54:06 +020027 helm.sh/helm/v3 v3.16.2
28 k8s.io/api v0.31.1
29 k8s.io/apimachinery v0.31.1
30 k8s.io/cli-runtime v0.31.1
31 k8s.io/client-go v0.31.1
Mohammed Naser7eadd242022-09-01 18:53:16 -040032)
33
34require (
Oleksandr K.dd452852024-10-25 19:54:06 +020035 dario.cat/mergo v1.0.1 // indirect
36 filippo.io/edwards25519 v1.1.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050037 github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050038 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050039 github.com/BurntSushi/toml v1.3.2 // indirect
40 github.com/MakeNowJust/heredoc v1.0.0 // indirect
41 github.com/Masterminds/goutils v1.1.1 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020042 github.com/Masterminds/semver/v3 v3.3.0 // indirect
43 github.com/Masterminds/sprig/v3 v3.3.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050044 github.com/Masterminds/squirrel v1.5.4 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000045 github.com/Microsoft/hcsshim v0.12.0-rc.3 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050046 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050047 github.com/atotto/clipboard v0.1.4 // indirect
48 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050049 github.com/beorn7/perks v1.0.1 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020050 github.com/blang/semver/v4 v4.0.0 // indirect
Yaguang Tangc7195db2024-11-30 01:26:58 +080051 github.com/cert-manager/cert-manager v1.14.5 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020052 github.com/cespare/xxhash/v2 v2.3.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050053 github.com/chai2010/gettext-go v1.0.2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050054 github.com/charmbracelet/bubbles v0.16.1 // indirect
55 github.com/charmbracelet/bubbletea v0.24.2 // indirect
56 github.com/charmbracelet/lipgloss v0.7.1 // indirect
57 github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
renovate[bot]7e88b8e2024-04-19 22:53:39 +000058 github.com/containerd/containerd v1.7.12 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050059 github.com/containerd/log v0.1.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050060 github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
61 github.com/containers/ocicrypt v1.1.9 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000062 github.com/containers/storage v1.53.0 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020063 github.com/cyphar/filepath-securejoin v0.3.1 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -050064 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050065 github.com/distribution/reference v0.5.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000066 github.com/docker/cli v25.0.3+incompatible // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050067 github.com/docker/distribution v2.8.3+incompatible // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020068 github.com/docker/docker v27.0.3+incompatible // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000069 github.com/docker/docker-credential-helpers v0.8.1 // indirect
70 github.com/docker/go-connections v0.5.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050071 github.com/docker/go-metrics v0.0.1 // indirect
72 github.com/docker/go-units v0.5.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050073 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020074 github.com/evanphx/json-patch v5.9.0+incompatible // indirect
renovate[bot]5d122262024-04-03 11:32:25 -040075 github.com/evanphx/json-patch/v5 v5.8.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050076 github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020077 github.com/fatih/color v1.16.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050078 github.com/felixge/httpsnoop v1.0.4 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050079 github.com/flosch/pongo2/v6 v6.0.0 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020080 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050081 github.com/go-errors/errors v1.4.2 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050082 github.com/go-gorp/gorp/v3 v3.1.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050083 github.com/go-ini/ini v1.67.0 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020084 github.com/go-logr/logr v1.4.2 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050085 github.com/go-logr/stdr v1.2.2 // indirect
renovate[bot]48214952024-02-07 19:49:21 -050086 github.com/go-openapi/jsonpointer v0.20.2 // indirect
87 github.com/go-openapi/jsonreference v0.20.4 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000088 github.com/go-openapi/swag v0.22.10 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020089 github.com/go-sql-driver/mysql v1.8.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050090 github.com/gobwas/glob v0.2.3 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050091 github.com/gogo/protobuf v1.3.2 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +020092 github.com/golang/protobuf v1.5.4 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050093 github.com/google/btree v1.0.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050094 github.com/google/gnostic-models v0.6.8 // indirect
Mohammed Naser168acc32024-01-09 17:15:26 -050095 github.com/google/go-cmp v0.6.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050096 github.com/google/gofuzz v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050097 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +000098 github.com/google/uuid v1.6.0 // indirect
99 github.com/gorilla/mux v1.8.1 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500100 github.com/gorilla/websocket v1.5.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500101 github.com/gosuri/uitable v0.0.4 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200102 github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500103 github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500104 github.com/hashicorp/errwrap v1.1.0 // indirect
105 github.com/hashicorp/go-multierror v1.1.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500106 github.com/hashicorp/go-version v1.6.0 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200107 github.com/huandu/xstrings v1.5.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500108 github.com/imdario/mergo v0.3.16 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500109 github.com/inconshreveable/mousetrap v1.1.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500110 github.com/jinzhu/inflection v1.0.0 // indirect
111 github.com/jinzhu/now v1.1.5 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200112 github.com/jmoiron/sqlx v1.4.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500113 github.com/josharian/intern v1.0.0 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200114 github.com/jpillora/backoff v1.0.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000115 github.com/json-iterator/go v1.1.12 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200116 github.com/klauspost/compress v1.17.9 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500117 github.com/klauspost/pgzip v1.2.6 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500118 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
119 github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
120 github.com/lib/pq v1.10.9 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500121 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
122 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500123 github.com/mailru/easyjson v0.7.7 // indirect
124 github.com/mattn/go-colorable v0.1.13 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200125 github.com/mattn/go-isatty v0.0.20 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500126 github.com/mattn/go-localereader v0.0.1 // indirect
127 github.com/mattn/go-runewidth v0.0.15 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500128 github.com/mitchellh/copystructure v1.2.0 // indirect
129 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
130 github.com/mitchellh/reflectwalk v1.0.2 // indirect
131 github.com/moby/locker v1.0.1 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200132 github.com/moby/spdystream v0.4.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500133 github.com/moby/sys/mountinfo v0.7.1 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000134 github.com/moby/sys/user v0.1.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500135 github.com/moby/term v0.5.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000136 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
137 github.com/modern-go/reflect2 v1.0.2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500138 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
139 github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
140 github.com/muesli/cancelreader v0.2.2 // indirect
141 github.com/muesli/reflow v0.3.0 // indirect
142 github.com/muesli/termenv v0.15.2 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500143 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200144 github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500145 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000146 github.com/opencontainers/image-spec v1.1.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000147 github.com/opencontainers/runtime-spec v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500148 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500149 github.com/pkg/errors v0.9.1 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -0500150 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200151 github.com/prometheus/client_model v0.6.1 // indirect
152 github.com/prometheus/procfs v0.15.1 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500153 github.com/rivo/uniseg v0.4.4 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200154 github.com/rubenv/sql-migrate v1.7.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500155 github.com/russross/blackfriday/v2 v2.1.0 // indirect
156 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200157 github.com/shopspring/decimal v1.4.0 // indirect
158 github.com/spf13/cast v1.7.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500159 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
160 github.com/ulikunitz/xz v0.5.11 // indirect
161 github.com/vbatts/tar-split v0.11.5 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200162 github.com/x448/float16 v0.8.4 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500163 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
164 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
165 github.com/xeipuuv/gojsonschema v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500166 github.com/xlab/treeprint v1.2.0 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200167 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
168 go.opentelemetry.io/otel v1.28.0 // indirect
169 go.opentelemetry.io/otel/metric v1.28.0 // indirect
170 go.opentelemetry.io/otel/trace v1.28.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500171 go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200172 golang.org/x/crypto v0.27.0 // indirect
renovate[bot]ec067572024-04-21 16:10:20 +0000173 golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200174 golang.org/x/net v0.27.0 // indirect
175 golang.org/x/oauth2 v0.21.0 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200176 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
Oleksandr K.dd452852024-10-25 19:54:06 +0200180 google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect
181 google.golang.org/grpc v1.65.0 // indirect
182 google.golang.org/protobuf v1.34.2 // indirect
183 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500184 gopkg.in/inf.v0 v0.9.1 // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200185 gopkg.in/yaml.v3 v3.0.1 // indirect
186 k8s.io/apiextensions-apiserver v0.31.1 // indirect
187 k8s.io/apiserver v0.31.1 // indirect
188 k8s.io/component-base v0.31.1 // indirect
189 k8s.io/klog/v2 v2.130.1 // indirect
190 k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
191 k8s.io/kubectl v0.31.1 // indirect
192 k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
193 oras.land/oras-go v1.2.5 // indirect
renovate[bot]5d122262024-04-03 11:32:25 -0400194 sigs.k8s.io/controller-runtime v0.17.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500195 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Oleksandr K.dd452852024-10-25 19:54:06 +0200196 sigs.k8s.io/kustomize/api v0.17.2 // indirect
197 sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500198 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500199 sigs.k8s.io/yaml v1.4.0 // indirect
Mohammed Naser7eadd242022-09-01 18:53:16 -0400200)