2020-07-08 21:59:37 -04:00
|
|
|
module github.com/jchenry/x
|
2019-09-28 20:04:51 -04:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/julienschmidt/httprouter v1.2.0
|
2020-07-08 21:59:37 -04:00
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
2019-09-28 20:04:51 -04:00
|
|
|
rsc.io/dbstore v0.1.1
|
|
|
|
)
|