mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 03:15:05 +08:00
11 lines
239 B
Modula-2
11 lines
239 B
Modula-2
module yyetsweb
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.7.2
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
|
|
)
|