10 lines
166 B
AMPL
10 lines
166 B
AMPL
module github.com/go-pkgz/rest
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|