mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-13 14:52:17 +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.12.2
|
|
github.com/rs/zerolog v1.27.0
|
|
)
|