-
Notifications
You must be signed in to change notification settings - Fork 125
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
Showing
4 changed files
with
98 additions
and
134 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 |
---|---|---|
@@ -1,44 +1,32 @@ | ||
module github.com/knadh/sql-jobber | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.0 // indirect | ||
github.com/RichardKnop/logging v0.0.0-20180729160517-75cec7213f7c // indirect | ||
github.com/RichardKnop/machinery v1.4.3 | ||
github.com/RichardKnop/redsync v0.0.0-20180729160517-54b27db // indirect | ||
github.com/aws/aws-sdk-go v1.15.26 // indirect | ||
github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/garyburd/redigo v2.0.0+incompatible // indirect | ||
github.com/go-chi/chi v3.3.3+incompatible | ||
github.com/go-sql-driver/mysql v1.4.0 | ||
github.com/gomodule/redigo v2.0.0+incompatible // indirect | ||
github.com/google/uuid v1.0.0 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/jtolds/gls v4.2.1+incompatible // indirect | ||
github.com/kelseyhightower/envconfig v1.3.0 // indirect | ||
github.com/knadh/goyesql v1.1.1 | ||
github.com/knadh/koanf v0.4.0 | ||
github.com/lib/pq v1.0.0 | ||
github.com/magiconair/properties v1.8.0 // indirect | ||
github.com/mitchellh/mapstructure v1.0.0 // indirect | ||
github.com/opentracing/opentracing-go v1.0.2 // indirect | ||
github.com/pelletier/go-toml v1.2.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/satori/go.uuid v1.2.0 | ||
github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect | ||
github.com/spf13/afero v1.1.1 // indirect | ||
github.com/spf13/cast v1.2.0 // indirect | ||
github.com/spf13/jwalterweatherman v0.0.0-20180814060501-14d3d4c51834 // indirect | ||
github.com/spf13/pflag v1.0.2 | ||
github.com/spf13/viper v1.1.0 | ||
github.com/spf13/pflag v1.0.3 | ||
github.com/streadway/amqp v0.0.0-20180806233856-70e15c650864 // indirect | ||
github.com/stretchr/testify v1.2.2 | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/stvp/tempredis v0.0.0-20160122230306-83f7aae7ea49 // indirect | ||
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect | ||
golang.org/x/sys v0.0.0-20180831094639-fa5fdf94c789 // indirect | ||
golang.org/x/text v0.3.0 // indirect | ||
google.golang.org/appengine v1.1.0 // indirect | ||
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect | ||
gopkg.in/yaml.v2 v2.2.1 // indirect | ||
) |
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
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
Oops, something went wrong.