Files
remark42/backend/vendor/github.com/go-pkgz/rest/go.mod
T
Dmitry VerkhoturovandUmputun 8d42d0714f bump backend dependencies
Also, switch from fork github.com/umputun/go-flags back to original
github.com/jessevdk/go-flags.
2022-01-31 14:24:33 -06:00

9 lines
119 B
AMPL

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