Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Jun 16, 2021
1 parent 55c2ef8 commit 9216f8c
Show file tree
Hide file tree
Showing 2 changed files with 897 additions and 5 deletions.
14 changes: 9 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ module github.com/mrmarble/teledock
go 1.16

require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/containerd/containerd v1.5.2 // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/docker v20.10.7+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/enescakir/emoji v1.0.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/zerolog v1.19.0
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
gopkg.in/tucnak/telebot.v2 v2.3.3
github.com/rs/zerolog v1.23.0
google.golang.org/grpc v1.38.0 // indirect
gopkg.in/tucnak/telebot.v2 v2.3.5
)
Loading

0 comments on commit 9216f8c

Please sign in to comment.