Skip to content

Commit

Permalink
fix(deps): restore previous package versions
Browse files Browse the repository at this point in the history
Wrongly downgraded by dependabot.

Signed-off-by: Antoine Cotten <antoine@unikraft.io>
  • Loading branch information
antoineco committed May 15, 2023
1 parent 86ce3db commit afe74b0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 343 deletions.
19 changes: 13 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/cli/go-gh v1.2.1
github.com/cli/safeexec v1.0.1
github.com/compose-spec/compose-go v1.13.4
github.com/containerd/containerd v1.6.19
github.com/containerd/containerd v1.7.1
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/docker/docker v23.0.5+incompatible
github.com/dustin/go-humanize v1.0.1
Expand All @@ -25,7 +25,7 @@ require (
github.com/genuinetools/reg v0.16.1
github.com/go-git/go-git/v5 v5.5.2
github.com/gobwas/glob v0.2.3
github.com/google/go-containerregistry v0.5.1
github.com/google/go-containerregistry v0.14.0
github.com/google/go-github/v32 v32.1.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/henvic/httpretty v0.1.0
Expand All @@ -43,7 +43,7 @@ require (
github.com/onsi/ginkgo/v2 v2.9.2
github.com/onsi/gomega v1.27.6
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0-rc.3
github.com/opencontainers/image-spec v1.1.0-rc3
github.com/pkg/errors v0.9.1
github.com/rancher/wrangler v1.0.2
github.com/shirou/gopsutil/v3 v3.23.4
Expand All @@ -65,8 +65,10 @@ require (
replace github.com/libgit2/git2go/v31 v31.7.9 => ./third_party/libgit2/git2go

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // indirect
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/Microsoft/hcsshim v0.10.0-rc.1 // indirect
github.com/Microsoft/hcsshim v0.10.0-rc.8 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230214155104-81033d7f4442 // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
Expand All @@ -82,7 +84,8 @@ require (
github.com/containerd/fifo v1.1.0 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
github.com/containerd/ttrpc v1.2.2 // indirect
github.com/containerd/typeurl v1.0.2 // indirect
github.com/containerd/typeurl/v2 v2.1.1 // indirect
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/docker/cli v23.0.3+incompatible // indirect
Expand All @@ -98,12 +101,12 @@ require (
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.4.1 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.1 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/gogo/googleapis v1.4.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand All @@ -127,8 +130,10 @@ require (
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/sys/signal v0.7.0 // indirect
github.com/muesli/ansi v0.0.0-20221106050444-61f0cd9a192a // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
Expand All @@ -152,6 +157,8 @@ require (
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/net v0.9.0 // indirect
Expand Down
Loading

0 comments on commit afe74b0

Please sign in to comment.