bridge/go.mod
sati.ac 848be2b32b
All checks were successful
release-tag / release (push) Successful in 2m4s
feat: add geetest support
2023-08-01 09:15:40 +03:00

14 lines
393 B
Modula-2

module git.sati.ac/sati.ac/bridge
go 1.20
require git.sati.ac/sati.ac/sati-go v0.0.0-20230801043632-286e5aa6e5c9
require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)