-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
40 lines (37 loc) · 1.6 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/diamondburned/smolboard
go 1.14
replace github.com/bbrks/go-blurhash => github.com/diamondburned/go-blurhash v0.0.0-20200729185525-9fa9a8820d7f
require (
github.com/andybalholm/brotli v1.0.0
github.com/bbrks/go-blurhash v0.0.0-20190629155354-b1b1c817265b
github.com/bwmarrin/snowflake v0.3.0
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee
github.com/diamondburned/duration v0.0.0-20200725205405-36cde0024396
github.com/didip/tollbooth/v6 v6.0.1
github.com/disintegration/imaging v1.6.2
github.com/dustin/go-humanize v1.0.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-test/deep v1.0.7
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/gorilla/schema v1.1.0
github.com/jmoiron/sqlx v1.3.3
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-shellwords v1.0.10
github.com/mileusna/useragent v1.0.1
github.com/pelletier/go-toml v1.8.0
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/phogolabs/parcello v0.8.2
github.com/pkg/errors v0.9.1
github.com/spf13/pflag v1.0.5
github.com/tdewolff/minify v2.3.6+incompatible
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/tdewolff/test v1.0.6 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
golang.org/x/net v0.0.0-20201021035429-f5854403a974
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
modernc.org/sqlite v1.19.1
)