Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 1 | module github.com/vexxhost/atmosphere |
| 2 | |
Mohammed Naser | d669de5 | 2024-01-02 08:45:01 -0500 | [diff] [blame^] | 3 | go 1.21 |
| 4 | |
| 5 | toolchain go1.21.4 |
Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 6 | |
| 7 | require ( |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 8 | github.com/erikgeiser/promptkit v0.9.0 |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 9 | github.com/go-git/go-billy/v5 v5.5.0 |
| 10 | github.com/go-git/go-git/v5 v5.11.0 |
renovate[bot] | 6f1252f | 2024-01-01 21:08:35 -0500 | [diff] [blame] | 11 | github.com/goccy/go-yaml v1.11.2 |
renovate[bot] | b8ed859 | 2024-01-01 20:41:51 -0500 | [diff] [blame] | 12 | github.com/google/go-github/v57 v57.0.0 |
renovate[bot] | 0e62792 | 2024-01-01 21:08:43 -0500 | [diff] [blame] | 13 | github.com/gophercloud/gophercloud v1.8.0 |
renovate[bot] | 4f31093 | 2023-12-30 22:54:37 -0500 | [diff] [blame] | 14 | github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56 |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 15 | github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1 |
renovate[bot] | 2003ae1 | 2024-01-01 21:08:50 -0500 | [diff] [blame] | 16 | github.com/percona/percona-xtradb-cluster-operator v1.13.0 |
Mohammed Naser | 129368f | 2024-01-02 08:43:10 -0500 | [diff] [blame] | 17 | github.com/prometheus/client_golang v1.17.0 |
renovate[bot] | 0ecf027 | 2024-01-01 20:42:05 -0500 | [diff] [blame] | 18 | github.com/prometheus/common v0.45.0 |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 19 | github.com/sirupsen/logrus v1.9.3 |
renovate[bot] | ae3214e | 2024-01-01 21:08:59 -0500 | [diff] [blame] | 20 | github.com/spf13/cobra v1.8.0 |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 21 | github.com/spf13/pflag v1.0.5 |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 22 | github.com/stretchr/testify v1.8.4 |
renovate[bot] | 774c926 | 2024-01-01 21:09:05 -0500 | [diff] [blame] | 23 | golang.org/x/oauth2 v0.15.0 |
renovate[bot] | 989bb4f | 2024-01-01 21:02:27 -0500 | [diff] [blame] | 24 | gopkg.in/ini.v1 v1.67.0 |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 25 | gorm.io/driver/mysql v1.5.2 |
| 26 | gorm.io/gorm v1.25.5 |
renovate[bot] | 037cb8f | 2023-12-30 22:54:53 -0500 | [diff] [blame] | 27 | helm.sh/helm/v3 v3.13.3 |
Mohammed Naser | d669de5 | 2024-01-02 08:45:01 -0500 | [diff] [blame^] | 28 | k8s.io/api v0.29.0 |
| 29 | k8s.io/apimachinery v0.29.0 |
| 30 | k8s.io/cli-runtime v0.29.0 |
| 31 | k8s.io/client-go v0.29.0 |
Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 32 | ) |
| 33 | |
| 34 | require ( |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 35 | dario.cat/mergo v1.0.0 // indirect |
Mohammed Naser | d669de5 | 2024-01-02 08:45:01 -0500 | [diff] [blame^] | 36 | github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 37 | github.com/Masterminds/semver/v3 v3.2.1 // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 38 | github.com/Microsoft/go-winio v0.6.1 // indirect |
| 39 | github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 40 | github.com/atotto/clipboard v0.1.4 // indirect |
| 41 | github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 42 | github.com/cert-manager/cert-manager v1.12.1 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 43 | github.com/charmbracelet/bubbles v0.16.1 // indirect |
| 44 | github.com/charmbracelet/bubbletea v0.24.2 // indirect |
| 45 | github.com/charmbracelet/lipgloss v0.7.1 // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 46 | github.com/cloudflare/circl v1.3.3 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 47 | github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 48 | github.com/cyphar/filepath-securejoin v0.2.4 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame] | 49 | github.com/davecgh/go-spew v1.1.1 // indirect |
Mohammed Naser | d669de5 | 2024-01-02 08:45:01 -0500 | [diff] [blame^] | 50 | github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 51 | github.com/emirpasic/gods v1.18.1 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 52 | github.com/evanphx/json-patch v5.6.0+incompatible // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 53 | github.com/fatih/color v1.15.0 // indirect |
| 54 | github.com/flosch/pongo2/v6 v6.0.0 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 55 | github.com/go-errors/errors v1.4.2 // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 56 | github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 57 | github.com/go-ini/ini v1.67.0 // indirect |
Mohammed Naser | d669de5 | 2024-01-02 08:45:01 -0500 | [diff] [blame^] | 58 | github.com/go-logr/logr v1.3.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 59 | github.com/go-openapi/jsonpointer v0.19.6 // indirect |
| 60 | github.com/go-openapi/jsonreference v0.20.2 // indirect |
| 61 | github.com/go-openapi/swag v0.22.4 // indirect |
renovate[bot] | 2003ae1 | 2024-01-01 21:08:50 -0500 | [diff] [blame] | 62 | github.com/go-sql-driver/mysql v1.7.1 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 63 | github.com/gogo/protobuf v1.3.2 // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 64 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 65 | github.com/golang/protobuf v1.5.3 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 66 | github.com/google/btree v1.0.1 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 67 | github.com/google/gnostic-models v0.6.8 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 68 | github.com/google/go-querystring v1.1.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 69 | github.com/google/gofuzz v1.2.0 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 70 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 71 | github.com/google/uuid v1.3.0 // indirect |
Mohammed Naser | d669de5 | 2024-01-02 08:45:01 -0500 | [diff] [blame^] | 72 | github.com/gorilla/websocket v1.5.0 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 73 | github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect |
renovate[bot] | 4f31093 | 2023-12-30 22:54:37 -0500 | [diff] [blame] | 74 | github.com/hashicorp/go-uuid v1.0.3 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 75 | github.com/hashicorp/go-version v1.6.0 // indirect |
| 76 | github.com/imdario/mergo v0.3.13 // indirect |
| 77 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 78 | github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 79 | github.com/jinzhu/inflection v1.0.0 // indirect |
| 80 | github.com/jinzhu/now v1.1.5 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 81 | github.com/josharian/intern v1.0.0 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame] | 82 | github.com/json-iterator/go v1.1.12 // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 83 | github.com/kevinburke/ssh_config v1.2.0 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 84 | github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect |
| 85 | github.com/lucasb-eyer/go-colorful v1.2.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 86 | github.com/mailru/easyjson v0.7.7 // indirect |
| 87 | github.com/mattn/go-colorable v0.1.13 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 88 | github.com/mattn/go-isatty v0.0.19 // indirect |
| 89 | github.com/mattn/go-localereader v0.0.1 // indirect |
| 90 | github.com/mattn/go-runewidth v0.0.15 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 91 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 92 | github.com/moby/spdystream v0.2.0 // indirect |
Mohammed Naser | d669de5 | 2024-01-02 08:45:01 -0500 | [diff] [blame^] | 93 | github.com/moby/term v0.5.0 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame] | 94 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 95 | github.com/modern-go/reflect2 v1.0.2 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 96 | github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect |
| 97 | github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect |
| 98 | github.com/muesli/cancelreader v0.2.2 // indirect |
| 99 | github.com/muesli/reflow v0.3.0 // indirect |
| 100 | github.com/muesli/termenv v0.15.2 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 101 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
Mohammed Naser | d669de5 | 2024-01-02 08:45:01 -0500 | [diff] [blame^] | 102 | github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 103 | github.com/peterbourgon/diskv v2.0.1+incompatible // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 104 | github.com/pjbgf/sha1cd v0.3.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 105 | github.com/pkg/errors v0.9.1 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame] | 106 | github.com/pmezard/go-difflib v1.0.0 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 107 | github.com/rivo/uniseg v0.4.4 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 108 | github.com/sergi/go-diff v1.1.0 // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 109 | github.com/skeema/knownhosts v1.2.1 // indirect |
| 110 | github.com/xanzy/ssh-agent v0.3.3 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 111 | github.com/xlab/treeprint v1.2.0 // indirect |
| 112 | go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 113 | golang.org/x/crypto v0.16.0 // indirect |
| 114 | golang.org/x/mod v0.12.0 // indirect |
| 115 | golang.org/x/net v0.19.0 // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 116 | golang.org/x/sync v0.3.0 // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 117 | golang.org/x/sys v0.15.0 // indirect |
| 118 | golang.org/x/term v0.15.0 // indirect |
| 119 | golang.org/x/text v0.14.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 120 | golang.org/x/time v0.3.0 // indirect |
renovate[bot] | 3a1450c | 2023-12-29 19:20:11 -0500 | [diff] [blame] | 121 | golang.org/x/tools v0.13.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 122 | golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 123 | google.golang.org/appengine v1.6.7 // indirect |
renovate[bot] | 037cb8f | 2023-12-30 22:54:53 -0500 | [diff] [blame] | 124 | google.golang.org/protobuf v1.31.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 125 | gopkg.in/inf.v0 v0.9.1 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 126 | gopkg.in/warnings.v0 v0.1.2 // indirect |
Mohammed Naser | 09d8ea8 | 2022-09-03 19:16:18 -0400 | [diff] [blame] | 127 | gopkg.in/yaml.v2 v2.4.0 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame] | 128 | gopkg.in/yaml.v3 v3.0.1 // indirect |
Mohammed Naser | d669de5 | 2024-01-02 08:45:01 -0500 | [diff] [blame^] | 129 | k8s.io/klog/v2 v2.110.1 // indirect |
| 130 | k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect |
| 131 | k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 132 | sigs.k8s.io/controller-runtime v0.15.0 // indirect |
| 133 | sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
Mohammed Naser | d4617bb | 2023-12-07 19:35:33 -0500 | [diff] [blame] | 134 | sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect |
| 135 | sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect |
Mohammed Naser | d669de5 | 2024-01-02 08:45:01 -0500 | [diff] [blame^] | 136 | sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame] | 137 | sigs.k8s.io/yaml v1.3.0 // indirect |
Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 138 | ) |