Skip to content

Commit

Permalink
bump guardian
Browse files Browse the repository at this point in the history
Submodule src/guardian 4fcc31d3..babf634f:
  > Bump urfave/cli/v2 to 2.10.3
  > Bump go-resiliency to 1.3.0
  > Merge remote-tracking branch 'origin/dependabot/go_modules/github.com/eapache/go-resiliency-1.3.0'
  > Merge remote-tracking branch 'origin/dependabot/go_modules/github.com/urfave/cli/v2-2.10.3'
  • Loading branch information
MarcPaquette committed Jun 30, 2022
1 parent bfc9776 commit 2b9e807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guardian
Submodule guardian updated 94 files
+50 −5 go.mod
+17 −173 go.sum
+0 −10 vendor/code.cloudfoundry.org/debugserver/go.mod
+0 −99 vendor/code.cloudfoundry.org/debugserver/go.sum
+0 −19 vendor/code.cloudfoundry.org/garden/go.mod
+0 −123 vendor/code.cloudfoundry.org/garden/go.sum
+0 −16 vendor/code.cloudfoundry.org/idmapper/go.mod
+0 −116 vendor/code.cloudfoundry.org/idmapper/go.sum
+0 −8 vendor/code.cloudfoundry.org/localip/go.mod
+0 −94 vendor/code.cloudfoundry.org/localip/go.sum
+0 −3 vendor/github.com/BurntSushi/toml/go.mod
+0 −9 vendor/github.com/Microsoft/go-winio/go.mod
+0 −14 vendor/github.com/Microsoft/go-winio/go.sum
+0 −39 vendor/github.com/Microsoft/hcsshim/go.mod
+0 −993 vendor/github.com/Microsoft/hcsshim/go.sum
+0 −3 vendor/github.com/bits-and-blooms/bitset/go.mod
+0 −0 vendor/github.com/bits-and-blooms/bitset/go.sum
+0 −5 vendor/github.com/containerd/console/go.mod
+0 −2 vendor/github.com/containerd/console/go.sum
+0 −141 vendor/github.com/containerd/containerd/go.mod
+0 −1,469 vendor/github.com/containerd/containerd/go.sum
+0 −9 vendor/github.com/containerd/fifo/go.mod
+0 −15 vendor/github.com/containerd/fifo/go.sum
+0 −11 vendor/github.com/containerd/go-runc/go.mod
+0 −17 vendor/github.com/containerd/go-runc/go.sum
+0 −13 vendor/github.com/containerd/ttrpc/go.mod
+0 −99 vendor/github.com/containerd/ttrpc/go.sum
+0 −8 vendor/github.com/containerd/typeurl/go.mod
+0 −33 vendor/github.com/containerd/typeurl/go.sum
+0 −3 vendor/github.com/cyphar/filepath-securejoin/go.mod
+17 −0 vendor/github.com/eapache/go-resiliency/retrier/backoffs.go
+4 −2 vendor/github.com/eapache/go-resiliency/retrier/classifier.go
+0 −7 vendor/github.com/fsnotify/fsnotify/go.mod
+0 −2 vendor/github.com/fsnotify/fsnotify/go.sum
+0 −3 vendor/github.com/godbus/dbus/v5/go.mod
+0 −0 vendor/github.com/godbus/dbus/v5/go.sum
+0 −1 vendor/github.com/google/uuid/go.mod
+0 −1 vendor/github.com/hashicorp/errwrap/go.mod
+0 −5 vendor/github.com/hashicorp/go-multierror/go.mod
+0 −2 vendor/github.com/hashicorp/go-multierror/go.sum
+0 −3 vendor/github.com/josharian/intern/go.mod
+0 −1 vendor/github.com/kardianos/osext/go.mod
+0 −3 vendor/github.com/klauspost/compress/go.mod
+0 −0 vendor/github.com/klauspost/compress/go.sum
+0 −5 vendor/github.com/mailru/easyjson/go.mod
+0 −2 vendor/github.com/mailru/easyjson/go.sum
+0 −5 vendor/github.com/mitchellh/copystructure/go.mod
+0 −2 vendor/github.com/mitchellh/copystructure/go.sum
+0 −1 vendor/github.com/mitchellh/reflectwalk/go.mod
+0 −3 vendor/github.com/moby/locker/go.mod
+0 −5 vendor/github.com/moby/sys/mountinfo/go.mod
+0 −2 vendor/github.com/moby/sys/mountinfo/go.sum
+0 −5 vendor/github.com/moby/sys/signal/go.mod
+0 −2 vendor/github.com/moby/sys/signal/go.sum
+0 −8 vendor/github.com/nxadm/tail/go.mod
+0 −6 vendor/github.com/nxadm/tail/go.sum
+0 −13 vendor/github.com/onsi/ginkgo/go.mod
+0 −86 vendor/github.com/onsi/ginkgo/go.sum
+0 −16 vendor/github.com/onsi/gomega/go.mod
+0 −101 vendor/github.com/onsi/gomega/go.sum
+0 −3 vendor/github.com/opencontainers/go-digest/go.mod
+0 −1 vendor/github.com/russross/blackfriday/v2/go.mod
+0 −10 vendor/github.com/sirupsen/logrus/go.mod
+0 −8 vendor/github.com/sirupsen/logrus/go.sum
+0 −3 vendor/github.com/spf13/pflag/go.mod
+0 −0 vendor/github.com/spf13/pflag/go.sum
+28 −12 vendor/github.com/urfave/cli/v2/flag_float64_slice.go
+27 −11 vendor/github.com/urfave/cli/v2/flag_int64_slice.go
+27 −11 vendor/github.com/urfave/cli/v2/flag_int_slice.go
+14 −19 vendor/github.com/urfave/cli/v2/flag_string_slice.go
+0 −13 vendor/github.com/urfave/cli/v2/go.mod
+0 −14 vendor/github.com/urfave/cli/v2/go.sum
+116 −10 vendor/github.com/urfave/cli/v2/godoc-current.txt
+74 −0 vendor/github.com/urfave/cli/v2/help.go
+293 −0 vendor/github.com/urfave/cli/v2/sliceflag.go
+10 −0 vendor/github.com/urfave/cli/v2/sliceflag_pre18.go
+10 −10 vendor/github.com/urfave/cli/v2/template.go
+0 −8 vendor/github.com/vishvananda/netlink/go.mod
+0 −6 vendor/github.com/vishvananda/netlink/go.sum
+0 −5 vendor/github.com/vishvananda/netns/go.mod
+0 −2 vendor/github.com/vishvananda/netns/go.sum
+0 −12 vendor/go.opencensus.io/go.mod
+0 −116 vendor/go.opencensus.io/go.sum
+29 −25 vendor/golang.org/x/net/http/httpguts/httplex.go
+1 −1 vendor/golang.org/x/net/http2/errors.go
+2 −1 vendor/golang.org/x/net/http2/frame.go
+7 −7 vendor/golang.org/x/net/http2/http2.go
+3 −2 vendor/golang.org/x/net/http2/server.go
+8 −2 vendor/golang.org/x/net/http2/transport.go
+17 −17 vendor/golang.org/x/net/idna/trieval.go
+0 −19 vendor/google.golang.org/grpc/go.mod
+0 −129 vendor/google.golang.org/grpc/go.sum
+0 −5 vendor/gopkg.in/yaml.v2/go.mod
+72 −30 vendor/modules.txt

0 comments on commit 2b9e807

Please sign in to comment.