flagger/go.mod

10 lines
188 B
Modula-2
Raw 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 (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
)