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
Dan Anglin adb1cf3f1c
chore: update module path
The project name was updated in GitLab.
2021-07-03 15:32:09 +01:00

9 lines
178 B
Modula-2

module gitlab.com/dananglin/helix
go 1.16
require (
github.com/leaanthony/clir v1.0.4
github.com/pulumi/pulumi-docker/sdk/v3 v3.0.0
github.com/pulumi/pulumi/sdk/v3 v3.6.0
)