Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 1 | module github.com/vexxhost/atmosphere |
| 2 | |
| 3 | go 1.19 |
| 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 |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame^] | 12 | github.com/prometheus/client_golang v1.14.0 |
| 13 | github.com/prometheus/common v0.40.0 |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 14 | github.com/sirupsen/logrus v1.9.0 |
| 15 | github.com/spf13/cobra v1.5.0 |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame^] | 16 | github.com/stretchr/testify v1.8.0 |
| 17 | golang.org/x/oauth2 v0.3.0 |
Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 18 | ) |
| 19 | |
| 20 | require ( |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 21 | github.com/Microsoft/go-winio v0.4.16 // indirect |
| 22 | github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect |
| 23 | github.com/acomagu/bufpipe v1.0.3 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame^] | 24 | github.com/davecgh/go-spew v1.1.1 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 25 | github.com/emirpasic/gods v1.12.0 // indirect |
| 26 | github.com/fatih/color v1.10.0 // indirect |
| 27 | github.com/go-git/gcfg v1.5.0 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame^] | 28 | github.com/golang/protobuf v1.5.2 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 29 | github.com/google/go-querystring v1.1.0 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 30 | github.com/imdario/mergo v0.3.12 // indirect |
| 31 | github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 32 | github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame^] | 33 | github.com/json-iterator/go v1.1.12 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 34 | github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect |
| 35 | github.com/mattn/go-colorable v0.1.8 // indirect |
| 36 | github.com/mattn/go-isatty v0.0.12 // indirect |
| 37 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame^] | 38 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 39 | github.com/modern-go/reflect2 v1.0.2 // indirect |
| 40 | github.com/pmezard/go-difflib v1.0.0 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 41 | github.com/sergi/go-diff v1.1.0 // indirect |
| 42 | github.com/spf13/pflag v1.0.5 // indirect |
| 43 | github.com/xanzy/ssh-agent v0.3.0 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame^] | 44 | golang.org/x/crypto v0.1.0 // indirect |
| 45 | golang.org/x/net v0.4.0 // indirect |
| 46 | golang.org/x/sys v0.3.0 // indirect |
| 47 | golang.org/x/text v0.5.0 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 48 | golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| 49 | google.golang.org/appengine v1.6.7 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame^] | 50 | google.golang.org/protobuf v1.28.1 // indirect |
Mohammed Naser | dabb1dc | 2022-09-06 14:45:59 -0400 | [diff] [blame] | 51 | gopkg.in/warnings.v0 v0.1.2 // indirect |
Mohammed Naser | 09d8ea8 | 2022-09-03 19:16:18 -0400 | [diff] [blame] | 52 | gopkg.in/yaml.v2 v2.4.0 // indirect |
dependabot[bot] | d0a04f0 | 2023-02-27 03:02:46 +0000 | [diff] [blame^] | 53 | gopkg.in/yaml.v3 v3.0.1 // indirect |
Mohammed Naser | 7eadd24 | 2022-09-01 18:53:16 -0400 | [diff] [blame] | 54 | ) |