diff --git a/go.mod b/go.mod index 5de8b60..322fc65 100755 --- a/go.mod +++ b/go.mod @@ -1,9 +1,3 @@ module github.com/jchenry/x go 1.13 - -require ( - github.com/julienschmidt/httprouter v1.2.0 - golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e - rsc.io/dbstore v0.1.1 -)