17 lines
536 B
AMPL
17 lines
536 B
AMPL
module github.com/go-pkgz/jrpc
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/didip/tollbooth v4.0.2+incompatible
|
|
github.com/didip/tollbooth_chi v0.0.0-20170928041846-6ab5f3083f3d
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/go-pkgz/rest v1.4.1
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
)
|