Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jun 7, 2022
1 parent 32eef37 commit ff7cd3b
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 37 deletions.
18 changes: 10 additions & 8 deletions go.mod
@@ -1,20 +1,22 @@
module github.com/miku/esbulk

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/klauspost/compress v1.15.5 // indirect
github.com/containerd/cgroups v1.0.4 // indirect
github.com/containerd/containerd v1.6.6 // indirect
github.com/containerd/continuity v0.3.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/klauspost/compress v1.15.6 // indirect
github.com/klauspost/pgzip v1.2.5
github.com/kr/pretty v0.3.0 // indirect
github.com/moby/sys/mountinfo v0.6.1 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/opencontainers/runc v1.1.2 // indirect
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/segmentio/encoding v0.3.5
github.com/sethgrid/pester v1.2.0
github.com/testcontainers/testcontainers-go v0.10.0
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
google.golang.org/protobuf v1.28.0 // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect
google.golang.org/grpc v1.47.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down

0 comments on commit ff7cd3b

Please sign in to comment.