initial commit
Some checks failed
release-tag / release (push) Failing after 40s

This commit is contained in:
2023-07-02 19:00:59 +03:00
commit 434916ed71
11 changed files with 1304 additions and 0 deletions

13
go.mod Normal file
View File

@ -0,0 +1,13 @@
module git.sati.ac/sati.ac/bridge
go 1.20
require git.sati.ac/sati.ac/sati-go v0.0.0-20230629103120-de6961c4f6ec
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
)