mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2026-04-08 22:01:36 +02:00
9 lines
128 B
Modula-2
9 lines
128 B
Modula-2
module entrypoint
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/otiai10/copy v1.2.0
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
|
)
|