mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.46.0 to 1.46.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.46.0...v1.46.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
1.4 KiB
Modula-2
32 lines
1.4 KiB
Modula-2
module github.com/poseidon/matchbox
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ajeddeloh/go-json v0.0.0-20160803184958-73d058cf8437 // indirect
|
|
github.com/ajeddeloh/yaml v0.0.0-20170912190910-6b94386aeefd // indirect
|
|
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
|
|
github.com/coreos/container-linux-config-transpiler v0.9.0
|
|
github.com/coreos/coreos-cloudinit v1.14.0
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
|
|
github.com/coreos/ignition v0.35.0
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
|
|
github.com/coreos/yaml v0.0.0-20141224210557-6b16a5714269 // indirect
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/vincent-petithory/dataurl v0.0.0-20160330182126-9a301d65acbb // indirect
|
|
go4.org v0.0.0-20160314031811-03efcb870d84 // indirect
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
|
|
google.golang.org/grpc v1.46.2
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|