mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
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
@@ -109,6 +109,3 @@ Thus we plan to add another tier of queueing, which empties the REDIS transactio
|
||||
For questions on running this app, you can ask on the google containers group (freenode ~ google-containers@googlegroups.com or #google-containers on IRC)
|
||||
|
||||
For questions about bigpetstore, and how the data is generated, ask on the apache bigtop mailing list.
|
||||
|
||||
|
||||
|
||||
|
@@ -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