This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
helix/go.mod
2021-09-05 16:18:29 +01:00

10 lines
227 B
Modula-2

module forge.dananglin.me.uk/code/dananglin/helix
go 1.16
require (
github.com/magefile/mage v1.11.0
github.com/pulumi/pulumi-docker/sdk/v3 v3.1.0
github.com/pulumi/pulumi/sdk/v3 v3.11.0
github.com/urfave/cli/v2 v2.3.0
)