Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Jan 25, 2022
1 parent 477ffb1 commit 8d3db05
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 59 deletions.
21 changes: 11 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ module github.com/ranna-go/ranna
go 1.16

require (
github.com/Microsoft/go-winio v0.4.17 // indirect
github.com/containerd/cgroups v1.0.0 // indirect
github.com/containerd/containerd v1.5.0-rc.1 // indirect
github.com/docker/docker v20.10.6+incompatible // indirect
github.com/fsouza/go-dockerclient v1.7.2
github.com/BurntSushi/toml v1.0.0 // indirect
github.com/Microsoft/hcsshim v0.9.2 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/containerd/cgroups v1.0.2 // indirect
github.com/fsouza/go-dockerclient v1.7.7
github.com/ghodss/yaml v1.0.0
github.com/gofiber/fiber/v2 v2.8.0
github.com/gofiber/fiber/v2 v2.25.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/heetch/confita v0.10.0
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.12.1 // indirect
github.com/joho/godotenv v1.4.0
github.com/klauspost/compress v1.14.1 // indirect
github.com/moby/sys/mount v0.3.0 // indirect
github.com/opencontainers/runc v1.1.0 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/sarulabs/di/v2 v2.4.2
github.com/sirupsen/logrus v1.8.1
github.com/valyala/tcplisten v1.0.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
)
Loading

0 comments on commit 8d3db05

Please sign in to comment.