Files
fn-serverless/glide.yaml
Travis Reeder 6119f07007 Fixes some route creation and updating bugs. (#526)
* Fixes some route creation and updating bugs.

* Updated README

* Added more info the quickstart

* Updated based on PR comments.

* Fixed based on comments.

* Updated per comments.
2017-02-24 16:04:04 -08:00

39 lines
1015 B
YAML

package: github.com/iron-io/functions
import:
- package: github.com/Sirupsen/logrus
- package: github.com/boltdb/bolt
- package: github.com/garyburd/redigo
subpackages:
- redis
- package: github.com/gin-gonic/gin
- package: github.com/go-openapi/errors
- package: github.com/go-openapi/strfmt
- package: github.com/go-openapi/swag
- package: github.com/go-openapi/validate
- package: github.com/google/btree
- package: github.com/lib/pq
- package: github.com/satori/go.uuid
version: v1.1.0
- package: github.com/spf13/viper
- package: golang.org/x/crypto
subpackages:
- bcrypt
- package: golang.org/x/net
subpackages:
- context
- package: gopkg.in/mgo.v2
subpackages:
- bson
- package: github.com/cactus/go-statsd-client
version: ^3.1.0
subpackages:
- statsd
- package: github.com/ccirello/supervisor
version: v0.5.1
- package: github.com/iron-io/runner
- package: github.com/iron-io/functions_go
version: master
- package: github.com/golang/groupcache
subpackages:
- consistenthash