-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (36 loc) · 1.62 KB
/
go.mod
File metadata and controls
39 lines (36 loc) · 1.62 KB
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
module github.com/mikibot/imghoard
go 1.21
require (
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/bwmarrin/snowflake v0.0.0-20180412010544-68117e6bbede
github.com/getsentry/sentry-go v0.7.0
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.9
github.com/lib/pq v1.12.0
github.com/minio/minio-go/v6 v6.0.40
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177
github.com/savsgio/atreugo/v11 v11.5.0
github.com/savsgio/atreugo/v7 v7.1.2
)
require (
github.com/andybalholm/brotli v1.0.0 // indirect
github.com/fasthttp/router v1.2.4 // indirect
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
github.com/klauspost/compress v1.10.7 // indirect
github.com/minio/sha256-simd v0.1.1 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/savsgio/go-logger v1.0.0 // indirect
github.com/savsgio/go-logger/v2 v2.0.1 // indirect
github.com/savsgio/gotils v0.0.0-20200616100644-13ff1fd2c28c // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.15.1 // indirect
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a // indirect
golang.org/x/crypto v0.0.0-20191108224745-0a56756db3fa // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/ini.v1 v1.50.0 // indirect
)