Add dependencies for k8petstore to Godeps
Cleanup k8petstore to use Godeps dependencies, add to hack/build-go.sh Remove trailing spaces, README
This commit is contained in:

committed by
jayunit100

parent
abf3bb226e
commit
404b20e6b8
@@ -16,17 +16,16 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
//package main
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/codegangsta/negroni"
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/xyproto/simpleredis"
|
||||
"net/http"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/codegangsta/negroni"
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/xyproto/simpleredis"
|
||||
)
|
||||
|
||||
//return the path to static assets (i.e. index.html)
|
Submodule examples/k8petstore/web-server/src/github.com/codegangsta/negroni deleted from 1dd3ab0ff5
Submodule examples/k8petstore/web-server/src/github.com/garyburd/redigo deleted from 535138d7bc
Submodule examples/k8petstore/web-server/src/github.com/gorilla/context deleted from 215affda49
Submodule examples/k8petstore/web-server/src/github.com/gorilla/mux deleted from 8096f47503
Submodule examples/k8petstore/web-server/src/github.com/xyproto/simpleredis deleted from 5292687f53
Reference in New Issue
Block a user