swirl/go.mod
dependabot[bot] 45ac818652
Bump golang.org/x/net from 0.0.0-20220420153159-1850ba15e1be to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220420153159-1850ba15e1be to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 01:20:58 +00:00

29 lines
1004 B
Modula-2

module github.com/cuigh/swirl
go 1.16
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/boltdb/bolt v1.3.1
github.com/containerd/containerd v1.6.2 // indirect
github.com/cuigh/auxo v0.0.0-20211213084008-60eb7f7752a7
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.9+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/gobwas/ws v1.1.0
github.com/imdario/mergo v0.3.12
github.com/jinzhu/copier v0.3.2
github.com/klauspost/compress v1.15.1 // indirect
github.com/mattn/go-shellwords v1.0.12
github.com/mitchellh/mapstructure v1.4.3
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.30.0
go.mongodb.org/mongo-driver v1.8.2
golang.org/x/net v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20220420195807-44278fea765b // indirect
gopkg.in/yaml.v2 v2.4.0
)