-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
35 lines (33 loc) · 1.56 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
module github.com/ScoreTrak/payments
go 1.15
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 // indirect
github.com/ScoreTrak/ScoreTrak v0.2.7
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/digineo/go-ping v1.0.1 // indirect
github.com/emersion/go-imap v1.1.0 // indirect
github.com/emersion/go-webdav v0.3.1 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.3 // indirect
github.com/go-ldap/ldap/v3 v3.4.1 // indirect
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/golang/snappy v0.0.4 // indirect
github.com/hirochachacha/go-smb2 v1.0.10 // indirect
github.com/jinzhu/configor v1.2.1
github.com/jinzhu/copier v0.3.2 // indirect
github.com/jlaffaye/ftp v0.0.0-20210307004419-5d4190119067 // indirect
github.com/masterzen/winrm v0.0.0-20210623064412-3b76017826b0 // indirect
github.com/miekg/dns v1.1.43 // indirect
go.buf.build/grpc/go/scoretrak/scoretrakapis v1.2.3
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect
golang.org/x/sys v0.0.0-20211001092434-39dca1131b70 // indirect
golang.org/x/term v0.0.0-20210429154555-c04ba851c2a4 // indirect
google.golang.org/genproto v0.0.0-20211001223012-bfb93cce50d9 // indirect
google.golang.org/grpc v1.41.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gorm.io/driver/mysql v1.1.2 // indirect
gorm.io/driver/postgres v1.1.2 // indirect
gorm.io/gorm v1.21.15
)