flagger/go.mod

9 lines
138 B
Modula-2
Raw Permalink Normal View History

2019-12-15 22:15:00 +05:00
module go.dev.pztrn.name/flagger
2019-09-28 19:44:09 +05:00
go 1.13
require (
2020-06-18 00:33:09 +05:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.6.1
2019-09-28 19:44:09 +05:00
)