Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.6.0 to 0.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h1>gopls/v0.7.0</h1> <h2>Features</h2> <h3>Postfix completions</h3> <p>Postfix completions are a new style of completions that can save you time by inserting more complex pieces of commonly-written code. All of the results end with <code>!</code>. This feature was added experimentally in <code>gopls/v0.6.10</code> and is now enabled by default.</p> <p>See this example:</p> <p><img src="https://user-images.githubusercontent.com/5856771/114612163-c5df9800-9c6f-11eb-959c-8fe529018a21.gif" alt="ezgif-3-a82b2077ff38" /></p> <h3>New commands: <a href="https://github.com/golang/tools/blob/master/gopls/doc/commands.md#retrieves-a-list-of-packages">List known packages</a> and <a href="https://github.com/golang/tools/blob/master/gopls/doc/commands.md#asks-the-server-to-add-an-import-path-to-a-given-go-file">add import</a></h3> <p>These commands can be used to manually list available packages to import and then add an import to your file. They are currently not used by any known clients, but they will be made available through the Command Palette in VS Code in the next VS Code Go release.</p> <h2>Improvements</h2> <h3>Memory usage</h3> <p>Improved trimming of the ASTs of dependency packages results in reduced memory usage, especially for projects with many dependencies. This may result in some hard-to-diagnose bugs that we're not yet aware of, so please report any surprising behavior via <a href="https://golang.org/issues/new">https://golang.org/issues/new</a>.</p> <h2>Fixes</h2> <p>A full list of all issues fixed can be found in the <a href="https://github.com/golang/go/milestone/213?closed=1">gopls/v0.7.0 milestone</a>. To report a new problem, please file a new issue at <a href="https://golang.org/issues/new">https://golang.org/issues/new</a>.</p> <h2>Thank you to our contributors!</h2> <p><a href="https://github.com/muirdm"><code>@muirdm</code></a> <a href="https://github.com/marwan-at-work"><code>@marwan-at-work</code></a> <a href="https://github.com/dominikh"><code>@dominikh</code></a> <a href="https://github.com/leitzler"><code>@leitzler</code></a> <a href="https://github.com/OneOfOne"><code>@OneOfOne</code></a> <a href="https://github.com/zyctree"><code>@zyctree</code></a> <a href="https://github.com/ShoshinNikita"><code>@ShoshinNikita</code></a> <a href="https://github.com/KarthikNayak"><code>@KarthikNayak</code></a> <a href="https://github.com/suzmue"><code>@suzmue</code></a> <a href="https://github.com/bcmills"><code>@bcmills</code></a></p> <h1>gopls/v0.6.11</h1> <p>This release contains mainly bug fixes. A full list of all issues fixed can be found in the <a href="https://github.com/golang/go/milestone/211?closed=1">gopls/v0.6.11 milestone</a>. To report a new problem, please file a new issue at <a href="https://golang.org/issues/new">https://golang.org/issues/new</a>.</p> <h2>Thank you to our contributors!</h2> <p><a href="https://github.com/ShoshinNikita"><code>@ShoshinNikita</code></a> <a href="https://github.com/sakateka"><code>@sakateka</code></a> <a href="https://github.com/muirdm"><code>@muirdm</code></a> Will Langford <a href="https://github.com/empire"><code>@empire</code></a> <a href="https://github.com/justplesh"><code>@justplesh</code></a> <a href="https://github.com/suzmue"><code>@suzmue</code></a></p> <h1>gopls/v0.6.10</h1> <h2>Features</h2> <h3><code>t.Fatal</code> snippet</h3> <p>If you trigger completion in a test function, on the line after a call to a function that returns an error, you will be offered a completion snippet for:</p> <pre lang="go"><code>if err != nil { t.Fatal(err) } </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="031fc75960"><code>031fc75</code></a> gopls/internal/regtest/bench: don't run the iwl test with -short</li> <li><a href="f477bf4a41"><code>f477bf4</code></a> gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackages</li> <li><a href="b72edd12e5"><code>b72edd1</code></a> gopls/internal/lsp/filecache: GOPLS_CACHE -> GOPLSCACHE</li> <li><a href="d566927635"><code>d566927</code></a> gopls/internal/lsp/regtest: add <a href="https://github.com/suggestedfix"><code>@suggestedfix</code></a> marker</li> <li><a href="fdb0da65a1"><code>fdb0da6</code></a> gopls/internal/regtest/bench: add a benchmark for diagnosing a change</li> <li><a href="6eb432f3b0"><code>6eb432f</code></a> gopls/internal/regtest/bench: add benchmarks in a wider variety of repos</li> <li><a href="c91d0b88c3"><code>c91d0b8</code></a> gopls/internal/lsp/source: guard against concurrent writes in xrefs</li> <li><a href="c0742f584b"><code>c0742f5</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="21d2256f2c"><code>21d2256</code></a> gopls/internal/lsp/cache: make type-checking incremental</li> <li><a href="ae05609bd0"><code>ae05609</code></a> internal/lsp/cache: add an LRU parse cache</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.6.0...v0.7.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
126 lines
5.5 KiB
Modula-2
126 lines
5.5 KiB
Modula-2
module github.com/alcionai/corso/src
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0
|
|
github.com/alcionai/clues v0.0.0-20230217203352-c3714e5e9013
|
|
github.com/aws/aws-sdk-go v1.44.216
|
|
github.com/aws/aws-xray-sdk-go v1.8.0
|
|
github.com/cenkalti/backoff/v4 v4.2.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/kopia/kopia v0.12.2-0.20230123092305-e5387cec0acb
|
|
github.com/microsoft/kiota-abstractions-go v0.16.0
|
|
github.com/microsoft/kiota-authentication-azure-go v0.6.0
|
|
github.com/microsoft/kiota-http-go v0.13.0
|
|
github.com/microsoft/kiota-serialization-form-go v0.2.0
|
|
github.com/microsoft/kiota-serialization-json-go v0.7.2
|
|
github.com/microsoftgraph/msgraph-sdk-go v0.53.0
|
|
github.com/microsoftgraph/msgraph-sdk-go-core v0.33.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rudderlabs/analytics-go v3.3.3+incompatible
|
|
github.com/spatialcurrent/go-lazy v0.0.0-20211115014721-47315cc003d1
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.15.0
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/tidwall/pretty v1.2.1
|
|
github.com/tomlazar/table v0.1.2
|
|
github.com/vbauerster/mpb/v8 v8.1.6
|
|
go.uber.org/zap v1.24.0
|
|
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
|
|
golang.org/x/tools v0.7.0
|
|
gopkg.in/resty.v1 v1.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/dnaeon/go-vcr v1.2.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.34.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v0.7.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/chmduquesne/rollinghash v4.0.0+incompatible // indirect
|
|
github.com/cjlapao/common-go v0.0.37 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/edsrzf/mmap-go v1.1.0 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.15.12 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.1.1 // indirect
|
|
github.com/klauspost/pgzip v1.2.5 // indirect
|
|
github.com/klauspost/reedsolomon v1.11.3 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/microsoft/kiota-serialization-text-go v0.6.0
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/minio/minio-go/v7 v7.0.45 // indirect
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/natefinch/atomic v1.0.1 // indirect
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/rs/xid v1.4.0 // indirect
|
|
github.com/segmentio/backo-go v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/tidwall/gjson v1.14.3 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
github.com/zeebo/blake3 v0.2.3 // indirect
|
|
go.opentelemetry.io/otel v1.11.2 // indirect
|
|
go.opentelemetry.io/otel/trace v1.11.2 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
golang.org/x/mod v0.9.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
|
|
google.golang.org/grpc v1.52.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|