-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 783 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
module github.com/TanyaEleventhGoddess/glang_mtproto
go 1.19
require (
github.com/fatih/structtag v1.2.0
github.com/k0kubun/pp v3.0.1+incompatible
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.0
github.com/xelaj/errs v0.0.0-20200831133608-d1c11863e019
github.com/xelaj/go-dry v0.0.0-20210621215431-21c77821487c
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)