File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ module github.com/go-zoo/bone/example/003
2
+
3
+ go 1.9
4
+
5
+ require (
6
+ github.com/go-zoo/bone v0.0.0
7
+ github.com/gorilla/context v1.1.1 // indirect
8
+ github.com/gorilla/mux v1.6.2
9
+ github.com/julienschmidt/httprouter v1.2.0
10
+ )
11
+
12
+ replace github.com/go-zoo/bone v0.0.0 => ../../
Original file line number Diff line number Diff line change
1
+ github.com/gorilla/context v1.1.1 h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8 =
2
+ github.com/gorilla/context v1.1.1 /go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg =
3
+ github.com/gorilla/mux v1.6.2 h1:Pgr17XVTNXAk3q/r4CpKzC5xBM/qW1uVLV+IhRZpIIk =
4
+ github.com/gorilla/mux v1.6.2 /go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs =
5
+ github.com/julienschmidt/httprouter v1.2.0 h1:TDTW5Yz1mjftljbcKqRcrYhd4XeOoI98t+9HbQbYf7g =
6
+ github.com/julienschmidt/httprouter v1.2.0 /go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w =
Original file line number Diff line number Diff line change
1
+ module github.com/go-zoo/bone
2
+
3
+ go 1.9
You can’t perform that action at this time.
0 commit comments