mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-13 06:42:16 +00:00
9 lines
136 B
Modula-2
9 lines
136 B
Modula-2
module github.com/jamesog/aaisp-chaos
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/rs/zerolog v1.27.0
|
|
)
|