blob: 41a93058c9181670709b35a3eca8df4a6c1674e3 [file] [log] [blame]
Mohammed Naser7eadd242022-09-01 18:53:16 -04001module github.com/vexxhost/atmosphere
2
Oleksandr K.35b49012024-10-26 00:50:51 +02003go 1.22.0
Mohammed Naser7eadd242022-09-01 18:53:16 -04004
5require (
Yaguang Tangbe4c9022024-11-29 23:05:47 +08006 github.com/containers/image/v5 v5.30.1
Mohammed Naserd4617bb2023-12-07 19:35:33 -05007 github.com/erikgeiser/promptkit v0.9.0
renovate[bot]0c4c99d2024-02-09 13:12:55 -05008 github.com/goccy/go-yaml v1.11.3
Mohammed Naserd4617bb2023-12-07 19:35:33 -05009 github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
renovate[bot]5d122262024-04-03 11:32:25 -040010 github.com/percona/percona-xtradb-cluster-operator v1.14.0
Oleksandr K.35b49012024-10-26 00:50:51 +020011 github.com/prometheus/client_golang v1.19.1
12 github.com/prometheus/common v0.55.0
Mohammed Naser3b3507d2023-11-28 21:13:39 -050013 github.com/sirupsen/logrus v1.9.3
Oleksandr K.35b49012024-10-26 00:50:51 +020014 github.com/spf13/cobra v1.8.1
renovate[bot]3a1450c2023-12-29 19:20:11 -050015 github.com/spf13/pflag v1.0.5
renovate[bot]22096572024-04-03 11:31:16 -040016 github.com/stretchr/testify v1.9.0
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050017 github.com/yannh/kubeconform v0.6.4
renovate[bot]989bb4f2024-01-01 21:02:27 -050018 gopkg.in/ini.v1 v1.67.0
renovate[bot]22096572024-04-03 11:31:16 -040019 gopkg.in/yaml.v2 v2.4.0
Oleksandr K.35b49012024-10-26 00:50:51 +020020 gorm.io/driver/mysql v1.5.6
21 gorm.io/gorm v1.25.10
22 helm.sh/helm/v3 v3.16.2
23 k8s.io/api v0.31.1
24 k8s.io/apimachinery v0.31.1
25 k8s.io/cli-runtime v0.31.1
26 k8s.io/client-go v0.31.1
Mohammed Naser7eadd242022-09-01 18:53:16 -040027)
28
29require (
Oleksandr K.35b49012024-10-26 00:50:51 +020030 dario.cat/mergo v1.0.1 // indirect
31 filippo.io/edwards25519 v1.1.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050032 github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050033 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050034 github.com/BurntSushi/toml v1.3.2 // indirect
35 github.com/MakeNowJust/heredoc v1.0.0 // indirect
36 github.com/Masterminds/goutils v1.1.1 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020037 github.com/Masterminds/semver/v3 v3.3.0 // indirect
38 github.com/Masterminds/sprig/v3 v3.3.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050039 github.com/Masterminds/squirrel v1.5.4 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020040 github.com/Microsoft/hcsshim v0.12.0-rc.3 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050041 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050042 github.com/atotto/clipboard v0.1.4 // indirect
43 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050044 github.com/beorn7/perks v1.0.1 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020045 github.com/blang/semver/v4 v4.0.0 // indirect
Yaguang Tangbe4c9022024-11-29 23:05:47 +080046 github.com/cert-manager/cert-manager v1.14.5 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020047 github.com/cespare/xxhash/v2 v2.3.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050048 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
Oleksandr K.35b49012024-10-26 00:50:51 +020052 github.com/containerd/cgroups/v3 v3.0.3 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050053 github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020054 github.com/containerd/containerd v1.7.12 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050055 github.com/containerd/log v0.1.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050056 github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
57 github.com/containers/ocicrypt v1.1.9 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020058 github.com/containers/storage v1.53.0 // indirect
59 github.com/cyphar/filepath-securejoin v0.3.1 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -050060 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050061 github.com/distribution/reference v0.5.0 // indirect
Yaguang Tangbe4c9022024-11-29 23:05:47 +080062 github.com/docker/cli v25.0.3+incompatible // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -050063 github.com/docker/distribution v2.8.3+incompatible // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020064 github.com/docker/docker v27.0.3+incompatible // indirect
65 github.com/docker/docker-credential-helpers v0.8.1 // indirect
66 github.com/docker/go-connections v0.5.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050067 github.com/docker/go-metrics v0.0.1 // indirect
68 github.com/docker/go-units v0.5.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050069 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020070 github.com/evanphx/json-patch v5.9.0+incompatible // indirect
renovate[bot]5d122262024-04-03 11:32:25 -040071 github.com/evanphx/json-patch/v5 v5.8.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050072 github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020073 github.com/fatih/color v1.16.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050074 github.com/felixge/httpsnoop v1.0.4 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050075 github.com/flosch/pongo2/v6 v6.0.0 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020076 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050077 github.com/go-errors/errors v1.4.2 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050078 github.com/go-gorp/gorp/v3 v3.1.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050079 github.com/go-ini/ini v1.67.0 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020080 github.com/go-logr/logr v1.4.2 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050081 github.com/go-logr/stdr v1.2.2 // indirect
renovate[bot]48214952024-02-07 19:49:21 -050082 github.com/go-openapi/jsonpointer v0.20.2 // indirect
83 github.com/go-openapi/jsonreference v0.20.4 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020084 github.com/go-openapi/swag v0.22.10 // indirect
85 github.com/go-sql-driver/mysql v1.8.1 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050086 github.com/gobwas/glob v0.2.3 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050087 github.com/gogo/protobuf v1.3.2 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020088 github.com/golang/protobuf v1.5.4 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050089 github.com/google/btree v1.0.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050090 github.com/google/gnostic-models v0.6.8 // indirect
Mohammed Naser168acc32024-01-09 17:15:26 -050091 github.com/google/go-cmp v0.6.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -050092 github.com/google/gofuzz v1.2.0 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020093 github.com/google/pprof v0.0.0-20240711041743-f6c9dda6c6da // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050094 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +020095 github.com/google/uuid v1.6.0 // indirect
Yaguang Tangbe4c9022024-11-29 23:05:47 +080096 github.com/gorilla/mux v1.8.1 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -050097 github.com/gorilla/websocket v1.5.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -050098 github.com/gosuri/uitable v0.0.4 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -050099 github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500100 github.com/hashicorp/errwrap v1.1.0 // indirect
101 github.com/hashicorp/go-multierror v1.1.1 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500102 github.com/hashicorp/go-version v1.6.0 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200103 github.com/hashicorp/golang-lru v0.6.0 // indirect
104 github.com/huandu/xstrings v1.5.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500105 github.com/imdario/mergo v0.3.16 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500106 github.com/inconshreveable/mousetrap v1.1.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500107 github.com/jinzhu/inflection v1.0.0 // indirect
108 github.com/jinzhu/now v1.1.5 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200109 github.com/jmoiron/sqlx v1.4.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500110 github.com/josharian/intern v1.0.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000111 github.com/json-iterator/go v1.1.12 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200112 github.com/klauspost/compress v1.17.9 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500113 github.com/klauspost/pgzip v1.2.6 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500114 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
115 github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
116 github.com/lib/pq v1.10.9 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500117 github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
118 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500119 github.com/mailru/easyjson v0.7.7 // indirect
120 github.com/mattn/go-colorable v0.1.13 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200121 github.com/mattn/go-isatty v0.0.20 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500122 github.com/mattn/go-localereader v0.0.1 // indirect
123 github.com/mattn/go-runewidth v0.0.15 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200124 github.com/miekg/dns v1.1.61 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500125 github.com/mitchellh/copystructure v1.2.0 // indirect
126 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
127 github.com/mitchellh/reflectwalk v1.0.2 // indirect
128 github.com/moby/locker v1.0.1 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200129 github.com/moby/spdystream v0.4.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500130 github.com/moby/sys/mountinfo v0.7.1 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200131 github.com/moby/sys/user v0.1.0 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500132 github.com/moby/term v0.5.0 // indirect
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000133 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
134 github.com/modern-go/reflect2 v1.0.2 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500135 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
136 github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
137 github.com/muesli/cancelreader v0.2.2 // indirect
138 github.com/muesli/reflow v0.3.0 // indirect
139 github.com/muesli/termenv v0.15.2 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500140 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Mohammed Naserd669de52024-01-02 08:45:01 -0500141 github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500142 github.com/opencontainers/go-digest v1.0.0 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200143 github.com/opencontainers/image-spec v1.1.0 // indirect
144 github.com/opencontainers/runtime-spec v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500145 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500146 github.com/pkg/errors v0.9.1 // indirect
renovate[bot]e2c03712024-01-09 17:18:28 -0500147 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200148 github.com/prometheus/client_model v0.6.1 // indirect
149 github.com/prometheus/procfs v0.15.1 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500150 github.com/rivo/uniseg v0.4.4 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200151 github.com/rubenv/sql-migrate v1.7.0 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500152 github.com/russross/blackfriday/v2 v2.1.0 // indirect
153 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200154 github.com/shopspring/decimal v1.4.0 // indirect
155 github.com/spf13/cast v1.7.0 // indirect
Mohammed Naser4c8e0cb2024-02-21 11:51:34 -0500156 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
157 github.com/ulikunitz/xz v0.5.11 // indirect
158 github.com/vbatts/tar-split v0.11.5 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200159 github.com/x448/float16 v0.8.4 // indirect
Mohammed Naser3dfc2a82024-02-20 23:51:39 -0500160 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
161 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
162 github.com/xeipuuv/gojsonschema v1.2.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500163 github.com/xlab/treeprint v1.2.0 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200164 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
165 go.opentelemetry.io/otel v1.28.0 // indirect
166 go.opentelemetry.io/otel/metric v1.28.0 // indirect
167 go.opentelemetry.io/otel/trace v1.28.0 // indirect
Mohammed Naserd4617bb2023-12-07 19:35:33 -0500168 go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200169 golang.org/x/crypto v0.27.0 // indirect
170 golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
171 golang.org/x/net v0.27.0 // indirect
172 golang.org/x/oauth2 v0.21.0 // indirect
173 golang.org/x/sync v0.8.0 // indirect
174 golang.org/x/sys v0.25.0 // indirect
175 golang.org/x/term v0.24.0 // indirect
176 golang.org/x/text v0.18.0 // indirect
renovate[bot]48214952024-02-07 19:49:21 -0500177 golang.org/x/time v0.5.0 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200178 golang.org/x/tools v0.23.0 // indirect
Mohammed Naser3b3507d2023-11-28 21:13:39 -0500179 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +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
dependabot[bot]d0a04f02023-02-27 03:02:46 +0000185 gopkg.in/yaml.v3 v3.0.1 // indirect
Oleksandr K.35b49012024-10-26 00:50:51 +0200186 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.35b49012024-10-26 00:50:51 +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)