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

10 lines
178 B
Modula-2
Raw Normal View History

module gitlab.com/dananglin/helix
2021-06-26 01:24:04 +01:00
go 1.16
require (
2021-06-30 06:03:02 +01:00
github.com/leaanthony/clir v1.0.4
2021-06-26 01:24:04 +01:00
github.com/pulumi/pulumi-docker/sdk/v3 v3.0.0
2021-07-03 12:33:59 +01:00
github.com/pulumi/pulumi/sdk/v3 v3.6.0
2021-06-26 01:24:04 +01:00
)