swirl/go.mod
dependabot[bot] ea83dc9b1d
Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 02:41:22 +00:00

30 lines
1.1 KiB
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.1
github.com/prometheus/common v0.30.0
go.mongodb.org/mongo-driver v1.8.2
golang.org/x/net v0.0.0-20220420153159-1850ba15e1be // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
google.golang.org/genproto v0.0.0-20220420195807-44278fea765b // indirect
gopkg.in/yaml.v2 v2.4.0
)