mirror of
https://github.com/containers/podman.git
synced 2025-12-09 23:27:09 +08:00
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.10.0...v1.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
10 lines
206 B
Modula-2
10 lines
206 B
Modula-2
module github.com/nxadm/tail
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
golang.org/x/sys v0.0.0-20190904154756-749cb33beabd // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
|
|
)
|