super-graph/go.mod

44 lines
1.7 KiB
Modula-2
Raw Permalink Normal View History

2019-03-24 09:57:29 -04:00
module github.com/dosco/super-graph
require (
github.com/GeertJohan/go.rice v1.0.0
2019-10-01 00:00:15 -04:00
github.com/Masterminds/semver v1.5.0
2019-05-12 19:27:26 -04:00
github.com/OneOfOne/xxhash v1.2.5 // indirect
2019-03-28 22:34:42 -04:00
github.com/adjust/gorails v0.0.0-20171013043634-2786ed0c03d3
2019-10-01 00:00:15 -04:00
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
2019-09-20 00:19:11 -04:00
github.com/brianvoe/gofakeit v3.18.0+incompatible
2019-10-01 00:00:15 -04:00
github.com/cespare/xxhash/v2 v2.1.0
github.com/daaku/go.zipexe v1.0.1 // indirect
2019-03-24 09:57:29 -04:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2019-09-20 00:19:11 -04:00
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/dop251/goja v0.0.0-20190912223329-aa89e6a4c733
2019-10-26 03:02:05 -04:00
github.com/dvyukov/go-fuzz v0.0.0-20191022152526-8cb203812681 // indirect
2019-09-08 14:56:32 -04:00
github.com/fsnotify/fsnotify v1.4.7
2019-03-24 09:57:29 -04:00
github.com/garyburd/redigo v1.6.0
2019-09-20 00:19:11 -04:00
github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect
2019-10-01 00:00:15 -04:00
github.com/gobuffalo/flect v0.1.6
github.com/gorilla/websocket v1.4.1
2019-09-28 21:53:32 -04:00
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
2019-09-26 00:35:31 -04:00
github.com/jackc/pgconn v1.0.1
2019-09-30 01:48:29 -04:00
github.com/jackc/pgtype v1.0.1
2019-09-26 00:35:31 -04:00
github.com/jackc/pgx v3.6.0+incompatible
github.com/jackc/pgx/v4 v4.0.1
github.com/jackc/tern v1.8.2
2019-10-01 00:00:15 -04:00
github.com/magiconair/properties v1.8.1 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
2019-09-08 14:56:32 -04:00
github.com/pkg/errors v0.8.1
2019-09-26 00:35:31 -04:00
github.com/rs/zerolog v1.15.0
2019-05-12 19:27:26 -04:00
github.com/spaolacci/murmur3 v1.1.0 // indirect
2019-10-01 00:00:15 -04:00
github.com/spf13/afero v1.2.2 // indirect
2019-09-26 00:35:31 -04:00
github.com/spf13/cobra v0.0.5
2019-10-01 00:00:15 -04:00
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.4.0
2019-03-24 09:57:29 -04:00
github.com/valyala/fasttemplate v1.0.1
2019-10-01 00:00:15 -04:00
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad
golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect
2019-09-26 00:35:31 -04:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
2019-03-24 09:57:29 -04:00
)
go 1.13