-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathgo.mod
31 lines (29 loc) · 1.4 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
module github.com/Waifu-pics/waifu-api
go 1.14
require (
github.com/Riku32/s3-simple v0.0.0-20200906003231-6ccf48f70a4a
github.com/alexedwards/argon2id v0.0.0-20200802152012-2464efd3196b
github.com/aws/aws-sdk-go v1.34.18 // indirect
github.com/didip/tollbooth v4.0.2+incompatible
github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.2
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/influxdata/influxdb-client-go v1.4.0
github.com/influxdata/influxdb-client-go/v2 v2.0.1 // indirect
github.com/joho/godotenv v1.3.0
github.com/jpoz/dilation v0.0.0-20161122074840-ca94e2732a47 // indirect
github.com/jpoz/gomeme v0.0.0-20170818233234-d0804994c9b4
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
gopkg.in/yaml.v2 v2.3.0
)