Files
reproxy/vendor/github.com/go-pkgz/rest/go.mod
2021-04-04 02:39:42 -05:00

9 lines
119 B
Modula-2

module github.com/go-pkgz/rest
go 1.15
require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
)