-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 917 Bytes
/
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
go 1.20
module goreminder
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/fasthttp/router v1.4.19 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/mymmrac/telego v0.25.0 // indirect
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/steebchen/prisma-client-go v0.18.0 // indirect
github.com/takuoki/gocase v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.47.0 // indirect
golang.org/x/text v0.10.0 // indirect
)