mirror of
https://github.com/aviator-co/av.git
synced 2026-01-07 12:50:01 -06:00
Bumps the golang group with 2 updates: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/mod` from 0.30.0 to 0.31.0 <details> <summary>Commits</summary> <ul> <li><a href="d271cf332f"><code>d271cf3</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="269c237cf3"><code>269c237</code></a> sumdb/note: delete chop</li> <li><a href="3f03020ad5"><code>3f03020</code></a> x/mod: apply go fix and go vet</li> <li>See full diff in <a href="https://github.com/golang/mod/compare/v0.30.0...v0.31.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/oauth2` from 0.33.0 to 0.34.0 <details> <summary>Commits</summary> <ul> <li><a href="acc38155b7"><code>acc3815</code></a> endpoints: fix %q verb use with wrong type</li> <li>See full diff in <a href="https://github.com/golang/oauth2/compare/v0.33.0...v0.34.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
256 lines
12 KiB
Modula-2
256 lines
12 KiB
Modula-2
module github.com/aviator-co/av
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
emperror.dev/errors v0.8.1
|
|
github.com/adrg/xdg v0.5.3
|
|
github.com/chainguard-dev/git-urls v1.0.2
|
|
github.com/charmbracelet/bubbles v0.21.0
|
|
github.com/charmbracelet/bubbletea v1.3.10
|
|
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/erikgeiser/promptkit v0.9.0
|
|
github.com/fatih/color v1.18.0
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/kr/text v0.2.0
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
|
|
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.10.2
|
|
github.com/spf13/pflag v1.0.10
|
|
github.com/spf13/viper v1.21.0
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/exp v0.0.0-20250911091902-df9299821621
|
|
golang.org/x/mod v0.31.0
|
|
golang.org/x/oauth2 v0.34.0
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.2 // indirect
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
|
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
|
|
github.com/alingse/nilnesserr v0.1.2 // indirect
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/charmbracelet/colorprofile v0.3.2 // indirect
|
|
github.com/charmbracelet/x/ansi v0.10.1 // indirect
|
|
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
|
|
github.com/charmbracelet/x/exp/slice v0.0.0-20250922100529-c9afca5d6f21 // indirect
|
|
github.com/charmbracelet/x/term v0.2.1 // indirect
|
|
github.com/cloudflare/circl v1.6.1 // indirect
|
|
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
|
|
github.com/dave/dst v0.27.3 // indirect
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
|
github.com/go-git/go-billy/v5 v5.6.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
github.com/golangci/go-printf-func-name v0.1.0 // indirect
|
|
github.com/golangci/golangci-lint/v2 v2.0.2 // indirect
|
|
github.com/golangci/golines v0.0.0-20250217134842-442fd0091d95 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/kevinburke/ssh_config v1.4.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
|
github.com/ldez/exptostd v0.4.2 // indirect
|
|
github.com/ldez/grignotin v0.9.0 // indirect
|
|
github.com/ldez/usetesting v0.4.2 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
|
|
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/termenv v0.16.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pjbgf/sha1cd v0.5.0 // indirect
|
|
github.com/raeperd/recvcheck v0.2.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect
|
|
github.com/sergi/go-diff v1.4.0 // indirect
|
|
github.com/skeema/knownhosts v1.3.1 // indirect
|
|
github.com/uudashr/iface v1.3.1 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
github.com/yuin/goldmark v1.7.13 // indirect
|
|
github.com/yuin/goldmark-emoji v1.0.6 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
)
|
|
|
|
require (
|
|
4d63.com/gocheckcompilerdirectives v1.3.0 // indirect
|
|
4d63.com/gochecknoglobals v0.2.2 // indirect
|
|
github.com/4meepo/tagalign v1.4.2 // indirect
|
|
github.com/Abirdcfly/dupword v0.1.3 // indirect
|
|
github.com/Antonboom/errname v1.1.0 // indirect
|
|
github.com/Antonboom/nilnil v1.1.0 // indirect
|
|
github.com/Antonboom/testifylint v1.6.0 // indirect
|
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
|
github.com/Crocmagnon/fatcontext v0.7.1 // indirect
|
|
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
|
|
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.3.1 // indirect
|
|
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
|
|
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
|
|
github.com/alexkohler/nakedret/v2 v2.0.5 // indirect
|
|
github.com/alexkohler/prealloc v1.0.0 // indirect
|
|
github.com/alingse/asasalint v0.0.11 // indirect
|
|
github.com/ashanbrown/forbidigo v1.6.0 // indirect
|
|
github.com/ashanbrown/makezero v1.2.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bkielbasa/cyclop v1.2.3 // indirect
|
|
github.com/blizzy78/varnamelen v0.8.0 // indirect
|
|
github.com/bombsimon/wsl/v4 v4.6.0 // indirect
|
|
github.com/breml/bidichk v0.3.3 // indirect
|
|
github.com/breml/errchkjson v0.4.1 // indirect
|
|
github.com/butuzov/ireturn v0.3.1 // indirect
|
|
github.com/butuzov/mirror v1.3.0 // indirect
|
|
github.com/catenacyber/perfsprint v0.9.1 // indirect
|
|
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/charithe/durationcheck v0.0.10 // indirect
|
|
github.com/charmbracelet/glamour v0.10.0
|
|
github.com/chavacava/garif v0.1.0 // indirect
|
|
github.com/ckaznocha/intrange v0.3.1 // indirect
|
|
github.com/curioswitch/go-reassign v0.3.0 // indirect
|
|
github.com/daixiang0/gci v0.13.6 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/denis-tingaikin/go-header v0.5.0 // indirect
|
|
github.com/ettle/strcase v0.2.0 // indirect
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
|
github.com/firefart/nonamedreturns v1.0.5 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/fzipp/gocyclo v0.6.0 // indirect
|
|
github.com/ghostiam/protogetter v0.3.12 // indirect
|
|
github.com/go-critic/go-critic v0.13.0 // indirect
|
|
github.com/go-git/go-git/v5 v5.16.4
|
|
github.com/go-toolsmith/astcast v1.1.0 // indirect
|
|
github.com/go-toolsmith/astcopy v1.1.0 // indirect
|
|
github.com/go-toolsmith/astequal v1.2.0 // indirect
|
|
github.com/go-toolsmith/astfmt v1.1.0 // indirect
|
|
github.com/go-toolsmith/astp v1.1.0 // indirect
|
|
github.com/go-toolsmith/strparse v1.1.0 // indirect
|
|
github.com/go-toolsmith/typep v1.1.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/gofrs/flock v0.12.1 // indirect
|
|
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
|
|
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
|
|
github.com/golangci/misspell v0.6.0 // indirect
|
|
github.com/golangci/plugin-module-register v0.1.1 // indirect
|
|
github.com/golangci/revgrep v0.8.0 // indirect
|
|
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/gordonklaus/ineffassign v0.1.0 // indirect
|
|
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
|
|
github.com/gostaticanalysis/comment v1.5.0 // indirect
|
|
github.com/gostaticanalysis/forcetypeassert v0.2.0 // indirect
|
|
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
|
github.com/hexops/gotextdiff v1.0.3 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jgautheron/goconst v1.7.1 // indirect
|
|
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
|
|
github.com/jjti/go-spancheck v0.6.4 // indirect
|
|
github.com/julz/importas v0.2.0 // indirect
|
|
github.com/karamaru-alpha/copyloopvar v1.2.1 // indirect
|
|
github.com/kisielk/errcheck v1.9.0 // indirect
|
|
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
|
|
github.com/kulti/thelper v0.6.3 // indirect
|
|
github.com/kunwardeep/paralleltest v1.0.10 // indirect
|
|
github.com/lasiar/canonicalheader v1.1.2 // indirect
|
|
github.com/ldez/gomoddirectives v0.6.1 // indirect
|
|
github.com/ldez/tagliatelle v0.7.1 // indirect
|
|
github.com/leonklingele/grouper v1.1.2 // indirect
|
|
github.com/macabu/inamedparam v0.2.0 // indirect
|
|
github.com/maratori/testableexamples v1.0.0 // indirect
|
|
github.com/maratori/testpackage v1.1.1 // indirect
|
|
github.com/matoous/godox v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mgechev/revive v1.7.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/moricho/tparallel v0.3.2 // indirect
|
|
github.com/nakabonne/nestif v0.3.1 // indirect
|
|
github.com/nishanths/exhaustive v0.12.0 // indirect
|
|
github.com/nishanths/predeclared v0.2.2 // indirect
|
|
github.com/nunnatsa/ginkgolinter v0.19.1 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/polyfloyd/go-errorlint v1.7.1 // indirect
|
|
github.com/prometheus/client_golang v1.20.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/quasilyte/go-ruleguard v0.4.4 // indirect
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // indirect
|
|
github.com/quasilyte/gogrep v0.5.0 // indirect
|
|
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
|
|
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/ryancurrah/gomodguard v1.4.1 // indirect
|
|
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
|
|
github.com/sagikazarmark/locafero v0.12.0 // indirect
|
|
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
|
|
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
|
|
github.com/sashamelentyev/usestdlibvars v1.28.0 // indirect
|
|
github.com/securego/gosec/v2 v2.22.2 // indirect
|
|
github.com/sivchari/containedctx v1.0.3 // indirect
|
|
github.com/sonatard/noctx v0.1.0 // indirect
|
|
github.com/sourcegraph/go-diff v0.7.0 // indirect
|
|
github.com/spf13/afero v1.15.0 // indirect
|
|
github.com/spf13/cast v1.10.0 // indirect
|
|
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
|
|
github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/tdakkota/asciicheck v0.4.1 // indirect
|
|
github.com/tetafro/godot v1.5.0 // indirect
|
|
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
|
|
github.com/timonwong/loggercheck v0.10.1 // indirect
|
|
github.com/tomarrell/wrapcheck/v2 v2.10.0 // indirect
|
|
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
|
|
github.com/ultraware/funlen v0.2.0 // indirect
|
|
github.com/ultraware/whitespace v0.2.0 // indirect
|
|
github.com/uudashr/gocognit v1.2.0 // indirect
|
|
github.com/xen0n/gosmopolitan v1.3.0 // indirect
|
|
github.com/yagipy/maintidx v1.0.0 // indirect
|
|
github.com/yeya24/promlinter v0.3.0 // indirect
|
|
github.com/ykadowak/zerologlint v0.1.5 // indirect
|
|
gitlab.com/bosi/decorder v0.4.2 // indirect
|
|
go-simpler.org/musttag v0.13.0 // indirect
|
|
go-simpler.org/sloglint v0.9.0 // indirect
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/crypto v0.45.0 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/sync v0.18.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/term v0.37.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
golang.org/x/tools v0.39.0 // indirect
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
honnef.co/go/tools v0.6.1 // indirect
|
|
mvdan.cc/gofumpt v0.7.0 // indirect
|
|
mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 // indirect
|
|
)
|
|
|
|
tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint
|