9 lines
197 B
AMPL
9 lines
197 B
AMPL
module github.com/go-pkgz/rest
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.0
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|