-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
71 lines (68 loc) · 3.03 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
module dkforest
go 1.21
require (
filippo.io/age v1.0.0
github.com/ProtonMail/go-crypto v0.0.0-20230127150802-22e9f3c8043c
github.com/PuerkitoBio/goquery v1.5.1
github.com/alecthomas/chroma v0.9.2
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
github.com/chehsunliu/poker v0.1.0
github.com/dustin/go-humanize v1.0.0
github.com/fogleman/gg v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/google/uuid v1.0.0
github.com/hashicorp/go-version v1.2.1
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.1-0.20210908060213-57d86603b883
github.com/mattn/go-colorable v0.1.6
github.com/mattn/go-sqlite3 v1.14.17
github.com/microcosm-cc/bluemonday v1.0.23
github.com/monero-ecosystem/go-monero-rpc-client v0.0.0-20211022153113-045f57510fdd
github.com/nicksnyder/go-i18n/v2 v2.0.0-20190611170653-0c6ce6ac1e8c
github.com/notnil/chess v1.8.0
github.com/pkg/errors v0.9.1
github.com/pquerna/otp v1.3.0
github.com/rubenv/sql-migrate v0.0.0-20210215143335-f84234893558
github.com/sirupsen/logrus v1.8.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.7.0
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
github.com/ulule/limiter v2.2.2+incompatible
github.com/urfave/cli/v2 v2.3.0
github.com/valyala/quicktemplate v1.7.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.8.0
golang.org/x/text v0.8.0
gopkg.in/telegram-bot-api.v4 v4.6.4
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.6-0.20231228115336-87decced23be
)
require (
github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cloudflare/circl v1.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/rpc v1.2.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/magefile/mage v1.10.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/gorp.v1 v1.7.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)