mirror of
https://github.com/number571/hes.git
synced 2026-09-12 19:50:01 +05:00
11 lines
219 B
Modula-2
11 lines
219 B
Modula-2
module github.com/number571/hes
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/boombuler/barcode v1.0.1
|
|
github.com/mattn/go-sqlite3 v1.14.10
|
|
github.com/number571/go-peer v1.4.0
|
|
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d
|
|
)
|