srpmproc/go.mod

65 lines
2.6 KiB
Modula-2
Raw Normal View History

2021-04-15 04:41:12 +00:00
module github.com/rocky-linux/srpmproc
2020-12-14 01:29:02 +00:00
2022-11-03 03:36:25 +00:00
go 1.18
2020-12-14 01:29:02 +00:00
require (
cloud.google.com/go/storage v1.12.0
github.com/aws/aws-sdk-go v1.36.12
2020-12-14 01:29:02 +00:00
github.com/bluekeyes/go-gitdiff v0.5.0
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.11.0
2020-12-14 01:29:02 +00:00
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v3 v3.0.1
2020-12-14 01:29:02 +00:00
)
2022-11-03 03:36:25 +00:00
require (
cloud.google.com/go v0.66.0 // indirect
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
dario.cat/mergo v1.0.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
2022-11-03 03:36:25 +00:00
github.com/fsnotify/fsnotify v1.4.7 // indirect
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.0 // indirect
2022-11-03 03:36:25 +00:00
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
github.com/kevinburke/ssh_config v1.2.0 // indirect
2022-11-03 03:36:25 +00:00
github.com/magiconair/properties v1.8.1 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
github.com/pjbgf/sha1cd v0.3.0 // indirect
2022-11-03 03:36:25 +00:00
github.com/sergi/go-diff v1.1.0 // indirect
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
github.com/skeema/knownhosts v1.2.1 // indirect
2022-11-03 03:36:25 +00:00
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
github.com/xanzy/ssh-agent v0.3.3 // indirect
2022-11-03 03:36:25 +00:00
go.opencensus.io v0.22.4 // indirect
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
golang.org/x/crypto v0.16.0 // indirect
2022-11-03 03:36:25 +00:00
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.19.0 // indirect
2022-11-03 03:36:25 +00:00
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
Bump the go_modules group across 1 directory with 6 updates Bumps the go_modules group with 2 updates in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and google.golang.org/protobuf. Updates `github.com/go-git/go-git/v5` from 5.2.0 to 5.11.0 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.2.0...v5.11.0) Updates `google.golang.org/protobuf` from 1.25.0 to 1.33.0 Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 Updates `golang.org/x/crypto` from 0.0.0-20200622213623-75b288015ac9 to 0.16.0 - [Commits](https://github.com/golang/crypto/commits/v0.16.0) Updates `golang.org/x/net` from 0.0.0-20201110031124-69a78807bb2b to 0.19.0 - [Commits](https://github.com/golang/net/commits/v0.19.0) Updates `golang.org/x/text` from 0.3.3 to 0.14.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: google.golang.org/protobuf dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production dependency-group: go_modules-security-group - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules-security-group - dependency-name: golang.org/x/text dependency-type: indirect dependency-group: go_modules-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 21:07:08 +00:00
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.13.0 // indirect
2022-11-03 03:36:25 +00:00
google.golang.org/api v0.32.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200921151605-7abf4a1a14d5 // indirect
google.golang.org/grpc v1.32.0 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)