Use go-martini/martini

This commit is contained in:
Adrian Zankich 2014-04-07 09:22:23 -07:00
parent 566d7ebac0
commit c75894cc82
2 changed files with 3 additions and 3 deletions

4
Godeps
View File

@ -1,6 +1,6 @@
github.com/hybridgroup/gobot . github.com/hybridgroup/gobot .
github.com/tarm/goserial b1a1181412bc617a989d8bce3d0d29f7bce2ab7f
github.com/codegangsta/inject 9aea7a2fa5b79ef7fc00f63a575e72df33b4e886
github.com/go-martini/martini 7cea1b34e29976de64195b7cca1f668cad9abc8d github.com/go-martini/martini 7cea1b34e29976de64195b7cca1f668cad9abc8d
github.com/codegangsta/inject 9aea7a2fa5b79ef7fc00f63a575e72df33b4e886
github.com/tarm/goserial b1a1181412bc617a989d8bce3d0d29f7bce2ab7f
github.com/onsi/ginkgo 3632cbe0b58a9005513942e9d4c4920e375d6778 github.com/onsi/ginkgo 3632cbe0b58a9005513942e9d4c4920e375d6778
github.com/onsi/gomega bad854a45453ec22d99c8bd982e2302f64d3fc37 github.com/onsi/gomega bad854a45453ec22d99c8bd982e2302f64d3fc37

2
api.go
View File

@ -2,7 +2,7 @@ package gobot
import ( import (
"encoding/json" "encoding/json"
"github.com/codegangsta/martini" "github.com/go-martini/martini"
"net/http" "net/http"
"reflect" "reflect"
) )