blocky/go.mod

81 lines
3.4 KiB
Modula-2
Raw Normal View History

2021-08-25 22:06:34 +02:00
module github.com/0xERR0R/blocky
2020-01-12 18:23:35 +01:00
2021-08-25 22:11:37 +02:00
go 1.17
2020-01-12 18:23:35 +01:00
require (
github.com/alicebob/miniredis/v2 v2.18.0
2021-01-19 21:52:24 +01:00
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/avast/retry-go/v4 v4.0.3
github.com/creasty/defaults v1.5.2
2021-12-24 22:56:41 +01:00
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.0
github.com/go-redis/redis/v8 v8.11.4
github.com/google/uuid v1.3.0
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru v0.5.4
github.com/miekg/dns v1.1.46
github.com/mroth/weightedrand v0.4.1
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.18.1
github.com/prometheus/client_golang v1.12.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
2020-01-12 18:23:35 +01:00
github.com/x-cray/logrus-prefixed-formatter v0.5.2
2021-12-13 22:54:24 +01:00
golang.org/x/net v0.0.0-20211209124913-491a49abca63
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.2.3
gorm.io/driver/postgres v1.2.3
gorm.io/driver/sqlite v1.2.6
gorm.io/gorm v1.22.5
2020-01-12 18:23:35 +01:00
)
2021-08-27 21:32:54 +02:00
require (
2021-12-21 21:27:28 +01:00
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
2021-08-27 21:32:54 +02:00
github.com/beorn7/perks v1.0.1 // indirect
2021-12-13 22:54:24 +01:00
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2021-08-27 21:32:54 +02:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
2021-08-27 21:32:54 +02:00
github.com/golang/protobuf v1.5.2 // indirect
2021-12-13 22:54:24 +01:00
github.com/hashicorp/errwrap v1.1.0 // indirect
2021-08-27 21:32:54 +02:00
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.10.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.9.0 // indirect
github.com/jackc/pgx/v4 v4.14.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
2021-12-13 22:54:24 +01:00
github.com/jinzhu/now v1.1.4 // indirect
github.com/kr/text v0.2.0 // indirect
2021-12-24 22:56:41 +01:00
github.com/mattn/go-colorable v0.1.12 // indirect
2021-12-13 22:54:24 +01:00
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.9 // indirect
2021-08-27 21:32:54 +02:00
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2021-12-24 22:56:41 +01:00
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
2021-08-27 21:32:54 +02:00
github.com/nxadm/tail v1.4.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
2021-12-13 22:54:24 +01:00
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
2021-08-27 21:32:54 +02:00
github.com/spf13/pflag v1.0.5 // indirect
2021-12-13 22:54:24 +01:00
github.com/stretchr/objx v0.3.0 // indirect
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
2021-12-13 22:54:24 +01:00
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b // indirect
golang.org/x/mod v0.5.0 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
2021-12-13 22:54:24 +01:00
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
2021-12-24 22:40:06 +01:00
golang.org/x/tools v0.1.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2021-12-13 22:54:24 +01:00
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2021-08-27 21:32:54 +02:00
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2021-12-21 21:27:28 +01:00
)