9 lines
119 B
AMPL
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.6.1
|
|
)
|