Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,19 @@ require (
github.com/go-redis/redis/v8 v8.8.0
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/kevinburke/go-bindata v3.21.0+incompatible // indirect
github.com/lib/pq v1.10.0
github.com/lithammer/dedent v1.1.0
github.com/matoous/go-nanoid v1.5.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remind101/migrate v0.0.0-20170729031349-52c1edff7319
github.com/speps/go-hashids v2.0.0+incompatible
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/subosito/gotenv v1.2.0
github.com/stretchr/testify v1.7.5
github.com/subosito/gotenv v1.4.2
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
github.com/volatiletech/null/v8 v8.1.2
github.com/volatiletech/sqlboiler/v4 v4.5.0
github.com/volatiletech/strmangle v0.0.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
mvdan.cc/xurls/v2 v2.2.0
)
Loading