mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-22 04:46:34 +00:00

- Updates fips-go to be the latest on cfsetup.yaml - Updates sumtype's x/tools to be latest to avoid Internal: nil pkg errors with fips.
9 lines
141 B
Modula-2
9 lines
141 B
Modula-2
module github.com/nxadm/tail
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
|
|
)
|