added mobile.go file

This commit is contained in:
2022-02-20 17:31:03 +04:00
parent a41de8a4db
commit dd9576e94c
3 changed files with 91 additions and 0 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838
golang.org/x/mobile v0.0.0-20220112015953-858099ff7816 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b