mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
14 lines
227 B
AMPL
14 lines
227 B
AMPL
module build
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/lwch/logging v0.0.0-20220322084100-ec48185d95ab
|
|
github.com/lwch/runtime v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|