docsonnet/go.mod
2020-04-29 16:39:37 +02:00

9 lines
173 B
Modula-2

module github.com/sh0rez/docsonnet
go 1.14
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.4.0
github.com/stretchr/testify v1.4.0
)