Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 1 | module github.com/vexxhost/atmosphere |
| 2 | |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 3 | go 1.20 |
Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 4 | |
| 5 | require ( |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 6 | github.com/go-git/go-billy/v5 v5.3.1 |
| 7 | github.com/go-git/go-git/v5 v5.4.2 |
| 8 | github.com/goccy/go-yaml v1.9.5 |
| 9 | github.com/google/go-github/v47 v47.0.0 |
Mohammed Naser | 09d8ea8 | 2022-09-03 19:16:18 -0400 | [diff] [blame] | 10 | github.com/gophercloud/gophercloud v1.0.0 |
| 11 | github.com/gophercloud/utils v0.0.0-20220704184730-55bdbbaec4ba |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 12 | github.com/percona/percona-xtradb-cluster-operator v1.12.0 |
| 13 | github.com/prometheus/client_golang v1.16.0 |
| 14 | github.com/prometheus/common v0.44.0 |
| 15 | github.com/sirupsen/logrus v1.9.3 |
| 16 | github.com/spf13/cobra v1.7.0 |
| 17 | github.com/stretchr/testify v1.8.4 |
| 18 | golang.org/x/oauth2 v0.8.0 |
| 19 | gopkg.in/ini.v1 v1.66.6 |
| 20 | helm.sh/helm/v3 v3.13.2 |
| 21 | k8s.io/api v0.28.2 |
| 22 | k8s.io/apimachinery v0.28.2 |
Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 23 | ) |
| 24 | |
| 25 | require ( |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 26 | github.com/Masterminds/semver/v3 v3.2.1 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 27 | github.com/Microsoft/go-winio v0.4.16 // indirect |
| 28 | github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect |
| 29 | github.com/acomagu/bufpipe v1.0.3 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 30 | github.com/cert-manager/cert-manager v1.12.1 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame] | 31 | github.com/davecgh/go-spew v1.1.1 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 32 | github.com/emicklei/go-restful/v3 v3.10.1 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 33 | github.com/emirpasic/gods v1.12.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 34 | github.com/fatih/color v1.15.0 // indirect |
| 35 | github.com/flosch/pongo2/v6 v6.0.0 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 36 | github.com/go-git/gcfg v1.5.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 37 | github.com/go-ini/ini v1.67.0 // indirect |
| 38 | github.com/go-logr/logr v1.2.4 // indirect |
| 39 | github.com/go-openapi/jsonpointer v0.19.6 // indirect |
| 40 | github.com/go-openapi/jsonreference v0.20.2 // indirect |
| 41 | github.com/go-openapi/swag v0.22.4 // indirect |
| 42 | github.com/gogo/protobuf v1.3.2 // indirect |
| 43 | github.com/golang/protobuf v1.5.3 // indirect |
| 44 | github.com/google/gnostic-models v0.6.8 // indirect |
| 45 | github.com/google/go-cmp v0.5.9 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 46 | github.com/google/go-querystring v1.1.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 47 | github.com/google/gofuzz v1.2.0 // indirect |
| 48 | github.com/google/uuid v1.3.0 // indirect |
| 49 | github.com/hashicorp/go-version v1.6.0 // indirect |
| 50 | github.com/imdario/mergo v0.3.13 // indirect |
| 51 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 52 | github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 53 | github.com/josharian/intern v1.0.0 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame] | 54 | github.com/json-iterator/go v1.1.12 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 55 | github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 56 | github.com/mailru/easyjson v0.7.7 // indirect |
| 57 | github.com/mattn/go-colorable v0.1.13 // indirect |
| 58 | github.com/mattn/go-isatty v0.0.17 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 59 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 60 | github.com/moby/spdystream v0.2.0 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame] | 61 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 62 | github.com/modern-go/reflect2 v1.0.2 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 63 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 64 | github.com/pkg/errors v0.9.1 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame] | 65 | github.com/pmezard/go-difflib v1.0.0 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 66 | github.com/sergi/go-diff v1.1.0 // indirect |
| 67 | github.com/spf13/pflag v1.0.5 // indirect |
| 68 | github.com/xanzy/ssh-agent v0.3.0 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 69 | golang.org/x/crypto v0.14.0 // indirect |
| 70 | golang.org/x/net v0.17.0 // indirect |
| 71 | golang.org/x/sys v0.13.0 // indirect |
| 72 | golang.org/x/term v0.13.0 // indirect |
| 73 | golang.org/x/text v0.13.0 // indirect |
| 74 | golang.org/x/time v0.3.0 // indirect |
| 75 | golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 76 | google.golang.org/appengine v1.6.7 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 77 | google.golang.org/protobuf v1.30.0 // indirect |
| 78 | gopkg.in/inf.v0 v0.9.1 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 79 | gopkg.in/warnings.v0 v0.1.2 // indirect |
Mohammed Naser | 09d8ea8 | 2022-09-03 19:16:18 -0400 | [diff] [blame] | 80 | gopkg.in/yaml.v2 v2.4.0 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame] | 81 | gopkg.in/yaml.v3 v3.0.1 // indirect |
Mohammed Naser | 3b3507d | 2023-11-28 21:13:39 -0500 | [diff] [blame^] | 82 | k8s.io/client-go v0.28.2 // indirect |
| 83 | k8s.io/klog/v2 v2.100.1 // indirect |
| 84 | k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect |
| 85 | k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect |
| 86 | sigs.k8s.io/controller-runtime v0.15.0 // indirect |
| 87 | sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
| 88 | sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
| 89 | sigs.k8s.io/yaml v1.3.0 // indirect |
Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 90 | ) |