mirror of
https://github.com/Maronato/go-finger.git
synced 2025-03-14 16:24:48 +00:00
10 lines
161 B
Modula-2
10 lines
161 B
Modula-2
|
module git.maronato.dev/maronato/finger
|
||
|
|
||
|
go 1.21.0
|
||
|
|
||
|
require (
|
||
|
github.com/peterbourgon/ff/v4 v4.0.0-alpha.3
|
||
|
golang.org/x/sync v0.3.0
|
||
|
gopkg.in/yaml.v3 v3.0.1
|
||
|
)
|