mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-20 01:34:47 +00:00
13 lines
298 B
Modula-2
13 lines
298 B
Modula-2
module github.com/amineo/t2-stat-parser
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/jackc/pgx v3.6.2+incompatible
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/xid v1.2.1
|
|
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|