Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
This commit includes a security fix for containerd library
  • Loading branch information
orlangure committed Aug 6, 2021
1 parent a49791c commit 7f02ae3
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 49 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,38 @@ go 1.15

require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/aws/aws-sdk-go v1.40.9
github.com/aws/aws-sdk-go v1.40.16
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/containerd/containerd v1.5.2 // indirect
github.com/containerd/containerd v1.5.5 // indirect
github.com/denisenkom/go-mssqldb v0.10.0
github.com/docker/docker v20.10.8+incompatible
github.com/docker/go-connections v0.4.0
github.com/elastic/go-elasticsearch/v7 v7.13.1
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v7 v7.4.1
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/snappy v0.0.4 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0
github.com/googleapis/gnostic v0.5.1 // indirect
github.com/gorilla/mux v1.8.0
github.com/influxdata/influxdb-client-go/v2 v2.4.0
github.com/klauspost/compress v1.12.1 // indirect
github.com/klauspost/compress v1.13.3 // indirect
github.com/lib/pq v1.10.2
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/segmentio/kafka-go v0.4.17
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
go.mongodb.org/mongo-driver v1.7.0
go.mongodb.org/mongo-driver v1.7.1
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.18.1
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
google.golang.org/genproto v0.0.0-20210603172842-58e84a565dcf // indirect
k8s.io/api v0.21.2
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.21.2
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/genproto v0.0.0-20210805201207-89edb61ffb67 // indirect
google.golang.org/grpc v1.39.1 // indirect
k8s.io/api v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
)
Loading

0 comments on commit 7f02ae3

Please sign in to comment.