Merge pull request #1110 from dagger/dependabot/go_modules/github.com/rs/zerolog-1.26.0

build(deps): bump github.com/rs/zerolog from 1.23.0 to 1.26.0
This commit is contained in:
Andrea Luzzardi
2021-11-08 18:45:15 -08:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

3
go.mod
View File

@@ -24,7 +24,7 @@ require (
github.com/morikuni/aec v1.0.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.1
github.com/rs/zerolog v1.23.0
github.com/rs/zerolog v1.26.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
@@ -43,7 +43,6 @@ require (
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
golang.org/x/tools v0.1.6 // indirect
google.golang.org/grpc v1.42.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)