Files
remark42/backend/vendor/github.com/go-pkgz/rest/go.mod
T
UmputunandGitHub d5246c9689 Deps bump (#956)
* remove redundant sprintf

* bump many deps

* missing vendors
2021-04-27 00:30:38 -05:00

9 lines
119 B
AMPL

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