mirror of
https://github.com/Icinga/docker-icingaweb2.git
synced 2025-10-24 13:30:59 +02:00
Bumps [github.com/go-ini/ini](https://github.com/go-ini/ini) from 1.66.6 to 1.67.0. - [Release notes](https://github.com/go-ini/ini/releases) - [Commits](https://github.com/go-ini/ini/compare/v1.66.6...v1.67.0) --- updated-dependencies: - dependency-name: github.com/go-ini/ini dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
119 B
Modula-2
9 lines
119 B
Modula-2
module entrypoint
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-ini/ini v1.67.0
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
)
|