Skip to content

Commit

Permalink
Use go-martini/martini
Browse files Browse the repository at this point in the history
  • Loading branch information
zankich committed Apr 7, 2014
1 parent 566d7eb commit c75894c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Godeps
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/hybridgroup/gobot .
github.com/tarm/goserial b1a1181412bc617a989d8bce3d0d29f7bce2ab7f
github.com/codegangsta/inject 9aea7a2fa5b79ef7fc00f63a575e72df33b4e886
github.com/go-martini/martini 7cea1b34e29976de64195b7cca1f668cad9abc8d
github.com/codegangsta/inject 9aea7a2fa5b79ef7fc00f63a575e72df33b4e886
github.com/tarm/goserial b1a1181412bc617a989d8bce3d0d29f7bce2ab7f
github.com/onsi/ginkgo 3632cbe0b58a9005513942e9d4c4920e375d6778
github.com/onsi/gomega bad854a45453ec22d99c8bd982e2302f64d3fc37
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package gobot

import (
"encoding/json"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
"net/http"
"reflect"
)
Expand Down

0 comments on commit c75894c

Please sign in to comment.