Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 5 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,26 @@ go 1.16
require (
github.com/BurntSushi/toml v1.2.1
github.com/Workiva/go-datastructures v1.0.53
github.com/bos-hieu/mongostore v0.0.2 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gin-contrib/sessions v0.0.4
github.com/gin-gonic/gin v1.8.1
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/goccy/go-json v0.10.0 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/jackc/pgmock v0.0.0-20201204152224-4fe30f7445fd // indirect
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
github.com/marten-seemann/qtls-go1-17 v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/gorilla/sessions v1.2.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-sqlite3 v1.14.16 // indirect
github.com/nicksnyder/go-i18n/v2 v2.2.1
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/shopspring/decimal v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/xtls/xray-core v1.6.5
github.com/xtls/xray-core v1.8.0
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.uber.org/atomic v1.10.0
golang.org/x/text v0.4.0
google.golang.org/genproto v0.0.0-20221130183247-a2ec334bae6f // indirect
google.golang.org/grpc v1.51.0
gorm.io/driver/mysql v1.0.4 // indirect
gorm.io/driver/postgres v1.0.8 // indirect
golang.org/x/text v0.8.0
google.golang.org/grpc v1.53.0
gorm.io/driver/sqlite v1.4.3
gorm.io/gorm v1.24.2
)
Loading