-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f71b26
commit d29af21
Showing
2 changed files
with
278 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
module github.com/markdicksonjr/nibbler | ||
|
||
go 1.12 | ||
|
||
require ( | ||
cloud.google.com/go v0.36.0 | ||
github.com/Azure/azure-pipeline-go v0.1.8 | ||
github.com/Azure/azure-storage-blob-go v0.0.0-20181022225951-5152f14ace1c | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/SparkPost/gosparkpost v0.0.0-20170825125937-4c6d2a3be658 | ||
github.com/aws/aws-sdk-go v1.15.47 | ||
github.com/bitly/go-simplejson v0.5.0 | ||
github.com/cenkalti/backoff v2.1.1+incompatible | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-ini/ini v1.38.3 | ||
github.com/go-redis/redis v6.14.1+incompatible | ||
github.com/go-stack/stack v1.8.0 | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db | ||
github.com/google/uuid v1.0.0 | ||
github.com/googollee/go-engine.io v1.4.1 | ||
github.com/googollee/go-socket.io v1.4.1 | ||
github.com/gorilla/context v1.1.1 | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/gorilla/securecookie v1.1.1 | ||
github.com/gorilla/sessions v1.1.2 | ||
github.com/gorilla/websocket v1.4.0 | ||
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed | ||
github.com/hashicorp/hcl v1.0.0 | ||
github.com/imdario/mergo v0.3.6 | ||
github.com/jinzhu/gorm v1.9.1 | ||
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a | ||
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 | ||
github.com/keighl/mandrill v0.0.0-20150710142848-5d7133fb578a | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 | ||
github.com/kr/fs v0.1.0 | ||
github.com/lib/pq v1.0.0 | ||
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 | ||
github.com/mattn/go-sqlite3 v1.9.0 | ||
github.com/michaeljs1990/sqlitestore v0.0.0-20171009140204-37b8425f7b43 | ||
github.com/micro/go-config v0.8.0 | ||
github.com/olivere/elastic v6.2.8+incompatible | ||
github.com/opentracing/opentracing-go v1.1.0 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/pkg/sftp v1.8.3 | ||
github.com/sendgrid/rest v2.4.1+incompatible | ||
github.com/sendgrid/sendgrid-go v3.4.1+incompatible | ||
github.com/sirupsen/logrus v1.4.1 | ||
github.com/wader/gormstore v0.0.0-20180218182743-e3293a80ecfe | ||
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c | ||
github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc | ||
go.mongodb.org/mongo-driver v1.0.0 | ||
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 | ||
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd | ||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 | ||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f | ||
golang.org/x/sys v0.0.0-20181029174526-d69651ed3497 | ||
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 | ||
google.golang.org/api v0.1.0 | ||
google.golang.org/appengine v1.4.0 | ||
gopkg.in/fatih/pool.v2 v2.0.0 | ||
gopkg.in/rethinkdb/rethinkdb-go.v5 v5.0.1 | ||
gopkg.in/yaml.v2 v2.2.1 | ||
) |
Oops, something went wrong.