Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

chore(deps): bump github.com/containerd/containerd from 1.4.8 to 1.5.18 #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 3 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,18 @@ go 1.16
require (
bou.ke/monkey v1.0.2
github.com/Cardinal-Platform/testify v0.0.0-20210919113340-9072c9681cc6
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
github.com/containerd/containerd v1.4.8 // indirect
github.com/containerd/containerd v1.5.18 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v17.12.0-ce-rc1.0.20200728121027-0f41a77c6993+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/flamego/binding v0.0.0-20210826141511-a26e848cdaa3
github.com/flamego/cors v0.0.0-20211007054804-b92c10841d19 // indirect
github.com/flamego/cors v0.0.0-20211007054804-b92c10841d19
github.com/flamego/flamego v0.0.0-20211002062834-f84595763ddb
github.com/flamego/session v0.0.0-20210607182212-8d30fdff82f2
github.com/flamego/validator v0.0.0-20210821065223-7cb80dd2ce7a
Expand All @@ -29,24 +26,19 @@ require (
github.com/gin-gonic/gin v1.7.0
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/gosimple/slug v1.9.0 // indirect
github.com/jackc/pgconn v1.8.1
github.com/jinzhu/gorm v1.9.12
github.com/json-iterator/go v1.1.9
github.com/json-iterator/go v1.1.10
github.com/lib/pq v1.8.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/moby/term v0.0.0-20200611042045-63b9a826fb74 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/parnurzeal/gorequest v0.2.16
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.9.3
Expand All @@ -65,7 +57,6 @@ require (
github.com/qor/session v0.0.0-20170907035918-8206b0adab70 // indirect
github.com/qor/validations v0.0.0-20171228122639-f364bca61b46 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942
github.com/thanhpk/randstr v1.0.4
Expand All @@ -78,14 +69,7 @@ require (
github.com/vidar-team/Cardinal_manager_frontend v0.7.3
github.com/yosssi/gohtml v0.0.0-20200424144038-a48de20dd9dd // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/sys v0.0.0-20211006225509-1a26e0398eed // indirect
golang.org/x/text v0.3.6
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3 // indirect
google.golang.org/grpc v1.33.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gorm.io/driver/mysql v1.1.2
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.12
Expand Down
Loading