mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 12:26:35 +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
142 B
Modula-2
9 lines
142 B
Modula-2
module github.com/go-task/slim-sprig
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|