mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 12:58:20 +00:00
* fix: repository cloning race condition (#2341) * fix: switched from sync to golang.org/x/sync/semaphore * fix: check value of sem.Acquire(...)
149 lines
6.6 KiB
Modula-2
149 lines
6.6 KiB
Modula-2
module github.com/runatlantis/atlantis
|
|
|
|
go 1.17
|
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.29.1
|
|
|
|
require (
|
|
github.com/Laisky/graphql v1.0.5
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
|
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0
|
|
github.com/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1
|
|
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
|
github.com/go-ozzo/ozzo-validation v0.0.0-20170913164239-85dcd8368eba
|
|
github.com/go-test/deep v1.0.8
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
github.com/google/go-github/v31 v31.0.0
|
|
github.com/google/uuid v1.1.2-0.20200519141726-cb32006e483f
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/hashicorp/go-getter v1.6.2
|
|
github.com/hashicorp/go-version v1.6.0
|
|
github.com/hashicorp/terraform-config-inspect v0.0.0-20200806211835-c481b8bfa41e
|
|
github.com/mcdafydd/go-azuredevops v0.12.1
|
|
github.com/microcosm-cc/bluemonday v1.0.19
|
|
github.com/mitchellh/colorstring v0.0.0-20150917214807-8631ce90f286
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/moby/moby v20.10.17+incompatible
|
|
github.com/mohae/deepcopy v0.0.0-20170603005431-491d3605edfb
|
|
github.com/nlopes/slack v0.4.0
|
|
github.com/petergtz/pegomock v2.9.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/remeh/sizedwaitgroup v1.0.0
|
|
github.com/shurcooL/githubv4 v0.0.0-20191127044304-8f68eb5628d0
|
|
github.com/spf13/cobra v0.0.0-20170905172051-b78744579491
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.12.0
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/urfave/cli v1.22.9
|
|
github.com/urfave/negroni v1.0.0
|
|
github.com/xanzy/go-gitlab v0.69.0
|
|
go.etcd.io/bbolt v1.3.6
|
|
go.uber.org/zap v1.21.0
|
|
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
|
|
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
gopkg.in/go-playground/validator.v9 v9.31.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.100.2 // indirect
|
|
cloud.google.com/go/storage v1.14.0 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.1.1 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
|
github.com/aws/aws-sdk-go v1.34.0 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/benbjohnson/clock v1.1.0 // indirect
|
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
github.com/go-playground/locales v0.12.1 // indirect
|
|
github.com/go-playground/universal-translator v0.16.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
|
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.6.0 // indirect
|
|
github.com/huandu/xstrings v1.3.1 // indirect
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/klauspost/compress v1.11.2 // indirect
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.0 // indirect
|
|
github.com/onsi/gomega v1.10.1 // indirect
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/spf13/afero v1.8.2 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.3.0 // indirect
|
|
github.com/ulikunitz/xz v0.5.8 // indirect
|
|
github.com/zclconf/go-cty v1.5.1 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
|
|
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
|
|
google.golang.org/api v0.81.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
|
|
google.golang.org/grpc v1.46.2 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/ini.v1 v1.66.4 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/cactus/go-statsd-client/statsd v0.0.0-20200623234511-94959e3146b2
|
|
github.com/twmb/murmur3 v1.1.6 // indirect
|
|
github.com/uber-go/tally v3.4.3+incompatible
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.6.1 // indirect
|
|
cloud.google.com/go/iam v0.3.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/google/go-github/v45 v45.2.0 // indirect
|
|
github.com/m3db/prometheus_client_golang v0.8.1 // indirect
|
|
github.com/m3db/prometheus_client_model v0.1.0 // indirect
|
|
github.com/m3db/prometheus_common v0.1.0 // indirect
|
|
github.com/m3db/prometheus_procfs v0.8.1 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.14.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
|
|
gotest.tools/v3 v3.3.0 // indirect
|
|
)
|